修改权限前

This commit is contained in:
熊丽君
2020-12-22 13:20:59 +08:00
parent 1e607c1fb3
commit 9e15baf7c0
3 changed files with 22 additions and 16 deletions

View File

@ -35,8 +35,8 @@ 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://192.168.0.129:8080`,
target: `http://121.37.250.170:8080`,
// target: `http://192.168.0.129:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''