From c53bbc2b5f4c3200abd730b935d61106d6050088 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Mon, 27 Apr 2026 08:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index dc9575c..5a0d51e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,8 @@ module.exports = defineConfig({ [process.env.VUE_APP_BASE_API]: { // target: `http://175.27.215.92:8899/prod-api`, // target: `http://192.168.137.1:9081`, - target: `http://1.13.177.47:8899/prod-api`, + target: `http://1.13.177.47:6699/prod-api`, + // target: `http://192.168.100.100:9081`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",