- ui 请求域名问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m20s

This commit is contained in:
BertrandC 2025-05-21 14:07:41 +08:00
parent e116552b90
commit 9de067b234

View File

@ -35,7 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.1.23:22009`,
// target: `http://192.168.1.23:22009`,
target: `http://sac.hl.jczsmarter.com:18080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''