From 8272fb7413b5ade740f3130340d6e3250ffed2ba Mon Sep 17 00:00:00 2001 From: huangshengfa Date: Fri, 25 Nov 2022 16:50:29 +0800 Subject: [PATCH] Update vue.config.js --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index c3557757..09870fd2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,7 +16,7 @@ module.exports = defineConfig({ "/manageApi": { // target:"http://192.168.19.246:30001", // target:"http://192.168.100.208:30001", - target: "http://111.231.196.214:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口 + target: "https://u-pre.boe.com/manageApi/", //这里后台的地址模拟的;应该填写你们真实的后台接口 changeOrigin: true, //表示是否改变原域名 // secure: false, // ws: false, //表示WebSocket协议