forked from xxhjsb/hbt-prevention-ui
feat:更改配置环境
parent
8cb7ba9e38
commit
7db7241774
|
@ -2,6 +2,8 @@
|
||||||
NODE_ENV:"production"
|
NODE_ENV:"production"
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 双重预防
|
VUE_APP_TITLE = 双重预防
|
||||||
|
# UE4服务地址
|
||||||
|
VUE_APP_PALYER_URL="192.168.1.66:8080"
|
||||||
# 网关地址
|
# 网关地址
|
||||||
VUE_APP_GATEWAY_URL="/prod-api"
|
VUE_APP_GATEWAY_URL="/prod-api"
|
||||||
# 服务地址
|
# 服务地址
|
||||||
|
@ -16,4 +18,4 @@ VUE_APP_ALL_MENU = false
|
||||||
# VUE_APP_EXPOSES_URL="http://192.168.1.20:8090"
|
# VUE_APP_EXPOSES_URL="http://192.168.1.20:8090"
|
||||||
VUE_APP_REMOTES_URL="http://119.45.158.12/common"
|
VUE_APP_REMOTES_URL="http://119.45.158.12/common"
|
||||||
# 当前应用部署地址
|
# 当前应用部署地址
|
||||||
VUE_APP_EXPOSES_URL="http://192.168.1.66/dev/prevention/"
|
VUE_APP_EXPOSES_URL="/prevention"
|
Loading…
Reference in New Issue