qinzhipeng_v il y a 6 ans
Parent
commit
c67eddebd5
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      src/apiConfig/api.js
  2. 2 2
      src/apiConfig/mock.js

+ 2 - 2
src/apiConfig/api.js

@@ -1,3 +1,3 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-export const mockUrl = 'http://10.179.24.176:8980' // 线下
-// export const mockUrl = 'http://10.179.24.123:8980' // 线上
+// export const mockUrl = 'http://10.179.24.176:8980' // 线下
+export const mockUrl = 'http://10.179.24.123:8980' // 线上

+ 2 - 2
src/apiConfig/mock.js

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