hbt-prevention-ui/.env.production

19 lines
680 B
Plaintext

#开发环境
NODE_ENV:"production"
# 页面标题
VUE_APP_TITLE = 双重预防
# 网关地址
VUE_APP_GATEWAY_URL="/prod-api"
# 服务地址
VUE_APP_BASE_API_URL="http://119.45.186.133:8081"
# 服务前-- 请严格遵守格式 不允许换行
VUE_APP_SERVICE_PREFIX= '{"system":"/system","file":"/file","prevention":"/prevention","bpm":"/bpm"}'
# 是否显示全部菜单
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_EXPOSES_URL="http://192.168.1.66/dev/prevention/"