vue.config.js
@@ -37,7 +37,7 @@ [process.env.VUE_APP_BASE_API]: { // target: `https://www.health-y.cn/lssf`, // target: `http://192.168.100.127:8095`, // target: `http://192.168.100.10:8096`, // target: `http://192.168.100.10:8094`, target:`http://localhost:8095`, // target:`http://35z1t16164.qicp.vip`, // target: `http://192.168.100.193:8095`, @@ -47,7 +47,8 @@ pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' } } }, }, disableHostCheck: true },