## prod配置文件api改为测试服务器;
This commit is contained in:
parent
44af535d20
commit
0788e625f3
|
@ -4,3 +4,5 @@ ENV = 'production'
|
||||||
# base api
|
# base api
|
||||||
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
|
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
|
||||||
|
|
||||||
|
# 打包:
|
||||||
|
# npm run build:prod
|
||||||
|
|
Loading…
Reference in New Issue