.env.test 438 B

12345678910111213141516171819202122
  1. # 页面标题
  2. VUE_APP_TITLE = Digital Construction Management
  3. BABEL_ENV = production
  4. NODE_ENV = production
  5. # 若依管理系统/开发环境
  6. VUE_APP_BASE_API = '/pkb-api'
  7. VUE_APP_BASE_URL = 'http://127.0.0.1:28080/pkb'
  8. VUE_APP_WS_URL = 'ws://127.0.0.1:28080/pkb'
  9. VUE_APP_BD_BASE_API = '/dev-db-api'
  10. VUE_APP_BD_BASE_URL = 'http://200.200.19.253:31838/bdgis'
  11. VUE_APP_DEF_LANGUAGE = 'zh'
  12. # 3D图层开关
  13. VUE_APP_3D_SWITCH = false