浏览代码

api文件切换

qinzhipeng_v 5 年之前
父节点
当前提交
9dc3424393
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/apiConfig/api.js

+ 2 - 2
src/apiConfig/api.js

@@ -1,6 +1,6 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
 /*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' // 线上
 
 
 // export const mockUrl = 'http://172.23.162.226:8980' // 舒宁本地
 // export const mockUrl = 'http://172.23.162.226:8980' // 舒宁本地