.env.production 389 B

1234567891011121314151617181920
  1. # 页面标题
  2. VUE_APP_TITLE = 北斗能力中心方案
  3. BABEL_ENV = production
  4. NODE_ENV = production
  5. # 若依管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. VUE_APP_BD_BASE_API = '/prod-bd-api'
  8. VUE_APP_WS_URL = '/prod-api'
  9. VUE_APP_BASE_URL = 'http://172.192.13.80:8080/tfc'
  10. VUE_APP_DOMAIN_BASE_URL = 'http://200.200.19.254:31080'
  11. # 3D图层开关
  12. VUE_APP_3D_SWITCH = true