api.js 495 B

12345678910
  1. /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
  2. // export const mockUrl = 'http://10.179.24.176:8980' // 线下
  3. export const mockUrl = 'http://10.179.24.123:8980' // 线上
  4. // export const mockUrl = 'http://172.23.164.60:8980' // 舒宁本地
  5. export const qualityUrl = 'http://10.179.209.19:8898' // 质量度量
  6. // export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
  7. export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上