.env.development 957 B

1234567891011121314151617181920212223242526272829303132
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = '/api/'
  5. #高德地图API—KEY
  6. VUE_APP_AMAP_KEY = 7a6db58e92f9271f0f7c159871eb3a5e
  7. #天地图TOKEN
  8. VUE_APP_TDT_TOKEN = b4513f9270169f4d38d5f516e783ba19
  9. #天地图底图瓦片
  10. VUE_APP_TDT_BOTTOM_URL = 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk='
  11. #天地图路网标记图层
  12. VUE_APP_TDT_BOTTOM_MARK_URL = 'https://t0.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk='
  13. #Geoserver服务地址
  14. VUE_APP_GEO_SERVER_BASE_URL = 'http://47.108.172.52:9811/geoserver/'
  15. #Geoserver服务 住宅 工作空间
  16. VUE_APP_GEO_SERVER_HOUSE_SUFFIX = -house/wms?service=WMS
  17. #Geoserver服务 工业 工作空间
  18. VUE_APP_GEO_SERVER_FACTORY_SUFFIX = -factory/wms?service=WMS
  19. #Geoserver服务 公服 工作空间
  20. VUE_APP_GEO_SERVER_COMMON_SUFFIX = -common/wms?service=WMS
  21. #Geoserver服务 商服 工作空间
  22. VUE_APP_GEO_SERVER_BUSINESS_SUFFIX = -business/wms?service=WMS