线上服务器地址改动

This commit is contained in:
hh
2020-11-24 08:44:34 +08:00
parent 52b089e12d
commit e3ec70d230
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = 'http://121.37.250.170:8080'
VUE_APP_BASE_API = 'http://47.115.73.110:8080'

View File

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