环境地址

This commit is contained in:
hh
2020-11-25 14:43:11 +08:00
parent e121882712
commit 4157f10112
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ENV = 'development'
# 管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://121.37.250.170:8080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -4,4 +4,4 @@ NODE_ENV = production
ENV = 'staging'
# 管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = 'http://121.37.250.170:8080'