chore(env): update env api
This commit is contained in:
parent
60fe77fd6c
commit
adde07d79d
|
@ -23,5 +23,5 @@ ENV = 'development'
|
|||
#VUE_APP_BASE_API = 'http://192.168.31.159:8080'
|
||||
|
||||
#测试
|
||||
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
|
||||
VUE_APP_BASE_API = 'http://t-mana.beida413.com/prod-api'
|
||||
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
|
||||
VUE_APP_BASE_API = 'http://t-mana.beida413.com/prod-api'
|
||||
|
||||
# 打包:
|
||||
# npm run build:prod
|
||||
|
|
Loading…
Reference in New Issue