更新 .env.production

dev
zhushengzhe 2023-11-09 17:40:51 +08:00
parent fe5bcab7bc
commit a9537e5ca7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 双重预防
# 网关地址 # 网关地址
VUE_APP_GATEWAY_URL="/prod-api" 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"}' 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_REMOTES_URL="http://192.168.1.20:8090"
# # 当前应用部署地址 # # 当前应用部署地址
# 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://192.168.1.212/common"
# 当前应用部署地址 # 当前应用部署地址
VUE_APP_EXPOSES_URL="/prevention" VUE_APP_EXPOSES_URL="/prevention"