Browse Source

电单车

qinzhipeng_v 5 năm trước cách đây
mục cha
commit
1af18bd58e
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 2 1
      src/apiConfig/api.js
  2. 2 2
      src/apiConfig/virtualDevices.js

+ 2 - 1
src/apiConfig/api.js

@@ -6,4 +6,5 @@ export const mockUrl = 'http://10.179.24.123:8980' // 线上
 
 export const qualityUrl = 'http://10.179.209.19:8898' // 质量度量
 
-export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车
+// export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
+export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上

+ 2 - 2
src/apiConfig/virtualDevices.js

@@ -1,3 +1,3 @@
 /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
-// export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
-export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下
+export const mockUrl = 'http://10.179.91.236:9999/virtual-devices' // 线上
+// export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下