From e2145c37a0d30232d2cc46cfa842c0af9fd2d350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=B7=E5=86=89=E5=86=89?= Date: Tue, 3 Mar 2026 17:29:37 +0800 Subject: [PATCH] ... --- vue.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 90e5784..98b7f60 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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]: ''