Update vue.config.js

This commit is contained in:
huangshengfa
2022-11-25 16:50:29 +08:00
parent a9b85f3802
commit 8272fb7413

View File

@@ -16,7 +16,7 @@ module.exports = defineConfig({
"/manageApi": { "/manageApi": {
// target:"http://192.168.19.246:30001", // target:"http://192.168.19.246:30001",
// target:"http://192.168.100.208:30001", // target:"http://192.168.100.208:30001",
target: "http://111.231.196.214:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口 target: "https://u-pre.boe.com/manageApi/", //这里后台的地址模拟的;应该填写你们真实的后台接口
changeOrigin: true, //表示是否改变原域名 changeOrigin: true, //表示是否改变原域名
// secure: false, // secure: false,
// ws: false, //表示WebSocket协议 // ws: false, //表示WebSocket协议