.env.development 651 B

12345678910111213141516171819202122232425262728
  1. # 开发环境配置
  2. ENV = 'development'
  3. VUE_APP_BASE_API = 'https://smartpark.caih.com'
  4. #东信api
  5. VUE_APP_DX_BASE_API = 'https://smartpark.caih.com/dxapi'
  6. #中控
  7. VUE_APP_CONTROL_BASE_API = 'https://smartpark.caih.com/zkxt'
  8. #设备告警信息
  9. VUE_APP_DM_BASE_API = 'https://smartpark.caih.com/dmapi'
  10. #智慧餐饮
  11. VUE_APP_ZHCY_BASE_API = 'https://smartpark.caih.com/zhcy'
  12. #一卡通
  13. VUE_APP_CARD_BASE_API = 'https://smartpark.caih.com/ykt'
  14. #会议系统
  15. VUE_APP_HYXT_BASE_API = 'https://smartpark.caih.com/hyxt'
  16. #设备告警
  17. VUE_APP_WS_BASE_API = 'ws://10.21.39.1:8084/dm'
  18. #安防
  19. VUE_APP_SECU_BASE_API = 'http://10.21.39.1:8082'