From f51574998bd5da67c54a5cc6c78e484f77c49fc5 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Sat, 3 Dec 2022 17:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=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 e75538b1..e7071332 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,8 +14,8 @@ module.exports = defineConfig({ port: 8080, proxy: { "/manageApi": { - // target:"http://192.168.56.245:30001/", - target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口 + target:"http://111.231.196.214:30001/", + // target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口 changeOrigin: true, //表示是否改变原域名 // secure: false, // ws: false, //表示WebSocket协议