From 4552caf82fa50be843c9be7c80700ff2f8c967cc Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 11 Sep 2024 17:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=B5=8B=E8=AF=95=20?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA=E6=8E=A5=E5=8F=A3=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=20vue.config=20=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 21dac50b..0c5d0e4f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -64,6 +64,7 @@ module.exports = { // target: 'http://123.56.94.154:7000', // 国内测试环境2 // target: 'http://123.56.94.154:30668', target: 'http://106.14.89.110:30000', + //target: 'http://localhost:3305', // 后端测试环境 // target: 'http://47.117.164.182:7010', // uat // target: 'http://123.56.181.144:7000', changeOrigin: true,