浏览代码

处理冲突

qzyReal 1 年之前
父节点
当前提交
3a3ffe26b9
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      common/http.js

+ 4 - 5
common/http.js

@@ -1,10 +1,9 @@
-<<<<<<< .mine
+
 // const ip = 'http://192.168.88.12:8080'; //线下
 const ip = 'http://hs-server.aseanbusiness.cn'; //线上
-=======
-const ip = 'http://192.168.88.36:8080'; //线下
-//const ip = 'http://114.118.9.159:8080/prod-api'; //线上
->>>>>>> .theirs
+
+//const ip = 'http://192.168.88.36:8080'; //线下
+
 /**
  * 封装的http请求
  */