Browse Source

fix: 添加代理

release-sy-v1.0.0
panyuyi 4 weeks ago
parent
commit
f361d564b5
  1. 3
      vue.config.js

3
vue.config.js

@ -81,7 +81,8 @@ module.exports = {
},
[process.env.VUE_APP_BASE_API]: {
// target: "http://shuili.product.dev.com:30115/",
target: "http://192.168.2.107:18082/",
// target: "http://192.168.2.107:18082/",
target: "http://172.16.34.80:18082/",
// target: 'http://172.16.32.62:18888/',
// target: "http://172.16.34.27:18082",
changeOrigin: true,

Loading…
Cancel
Save