## prod配置文件api改为测试服务器;
This commit is contained in:
parent
58932b9870
commit
44af535d20
|
@ -2,5 +2,5 @@
|
|||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
|
||||
|
||||
|
|
Loading…
Reference in New Issue