This commit is contained in:
康冉冉
2026-03-03 17:29:37 +08:00
parent 8f245c0395
commit e2145c37a0
+1 -2
View File
@@ -33,8 +33,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy http://192.168.9.141:8080
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.9.138:8080`,
target: `http://172.16.15.51:8080`,
target: `http://192.168.9.141:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''