chore(env): 更新环境变量
This commit is contained in:
parent
2a67d268b6
commit
9e97ee6f95
|
@ -25,3 +25,7 @@ ENV = 'development'
|
|||
#测试
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
||||
|
||||
|
||||
VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'http://t-app.beida413.com/#/'
|
||||
|
|
|
@ -3,7 +3,8 @@ ENV = 'production'
|
|||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
|
||||
VUE_APP_CLIENT_ADDRESS = 'http://app.beida413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'http://app.beida413.com/#/'
|
||||
# 打包:
|
||||
# npm run build:prod
|
||||
|
||||
|
|
Loading…
Reference in New Issue