.env.development 453 B

1234567891011121314151617181920
  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_CARD_BASE_API = 'https://smartpark.caih.com/ykt/'
  10. #支付
  11. VUE_APP_PAYMENT_BASE_API = 'https://smartpark.caih.com/vuepay/'
  12. #运营中心跳转
  13. VUE_APP_YYZX_BASE_API = 'http://10.21.39.1:8280/'