Browse Source

mock线下

panxiandiao_i 5 years ago
parent
commit
03259ecb45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/apiConfig/mock.js

+ 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' // 线上