系统设置模块权限修改

This commit is contained in:
熊丽君
2020-12-23 11:52:45 +08:00
parent 9aab7e0540
commit 1ed0e79403
2 changed files with 7 additions and 7 deletions

View File

@ -35,9 +35,9 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://47.115.73.110:8080`,
// target: `http://121.37.250.170:8080`,
target: `http://121.37.250.170:8080`,
// target: `http://192.168.0.129:8080`,
target: `http://192.168.0.131:8080`,
// target: `http://192.168.0.131:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''