From 7832fc45fd7c43061ad38d6d917cf69c05f7abd1 Mon Sep 17 00:00:00 2001 From: zc Date: Fri, 11 Jul 2025 22:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B4=E5=AE=89=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 9340531..f36a386 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,9 +39,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://127.0.0.1:6609`, //本地 + // target: `http://127.0.0.1:6609`, //本地 //target: `http://192.168.1.183:6609`, //测试 - // target: `http://124.165.248.158:33966`, //正式环境 + target: `http://113.26.248.155:33966/`, //正式环境 changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''