fuwu
This commit is contained in:
parent
e2ffa2e08a
commit
cc24687008
@ -6,6 +6,7 @@ ENV = 'development'
|
|||||||
|
|
||||||
# 健康管理运维端/开发环境
|
# 健康管理运维端/开发环境
|
||||||
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'
|
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'
|
||||||
|
# VUE_APP_BASE_API = 'http://192.168.16.250:8098'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|||||||
@ -6,3 +6,4 @@ ENV = 'production'
|
|||||||
|
|
||||||
# 健康管理运维端/生产环境
|
# 健康管理运维端/生产环境
|
||||||
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'
|
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'
|
||||||
|
# VUE_APP_BASE_API = 'http://192.168.16.250:8098'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user