.env.production 211 B

12345678910
  1. # 页面标题
  2. VUE_APP_TITLE = 新能源资源感知与评估管理系统
  3. # 生产环境配置
  4. ENV = 'production'
  5. # ELF管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. VUE_APP_GIS_API = '/webgis-api'