.env.production 425 B

12345678910111213141516171819202122
  1. # 页面标题
  2. VUE_APP_TITLE = Digital Construction Management
  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. VUE_APP_DEF_LANGUAGE = 'en'
  12. # 3D图层开关
  13. VUE_APP_3D_SWITCH = true