forked from xxhjsb/hbt-prevention-ui
更新 .env.production
parent
fe5bcab7bc
commit
a9537e5ca7
|
@ -5,7 +5,7 @@ VUE_APP_TITLE = 双重预防
|
|||
# 网关地址
|
||||
VUE_APP_GATEWAY_URL="/prod-api"
|
||||
# 服务地址
|
||||
VUE_APP_BASE_API_URL="http://119.45.186.133:8081"
|
||||
VUE_APP_BASE_API_URL="http://192.168.1.212:8081"
|
||||
# 服务前-- 请严格遵守格式 不允许换行
|
||||
VUE_APP_SERVICE_PREFIX= '{"system":"/system","file":"/file","prevention":"/prevention","bpm":"/bpm"}'
|
||||
# 是否显示全部菜单
|
||||
|
@ -14,6 +14,6 @@ VUE_APP_ALL_MENU = false
|
|||
# VUE_APP_REMOTES_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://192.168.1.212/common"
|
||||
# 当前应用部署地址
|
||||
VUE_APP_EXPOSES_URL="/prevention"
|
Loading…
Reference in New Issue