forked from xxhjsb/hbt-prevention-ui
19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
#开发环境
|
|
NODE_ENV:"production"
|
|
# 页面标题
|
|
VUE_APP_TITLE = 汉邦唐全真数字服务平台
|
|
# 网关地址
|
|
VUE_APP_GATEWAY_URL="/prod-api"
|
|
# 服务地址
|
|
VUE_APP_BASE_API_URL=""
|
|
# 服务前-- 请严格遵守格式 不允许换行
|
|
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="/prevention" |