xiaohaizhao 2 лет назад
Родитель
Сommit
bbf60ef7ac
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      utils/Http.js

+ 0 - 7
utils/Http.js

@@ -4,14 +4,7 @@ class HTTP {
 		if (ENV === 'release') { // 正式版
 			this.baseUrl = "https://cucu.cnyunl.com:8079";
 		} else {
-<<<<<<< HEAD
 			this.baseUrl = "http://61.164.207.46:8200";
-=======
-			// this.baseUrl = "https://lsa.cnyunl.com";
-			// this.baseUrl = "http://61.164.207.46:8300";
-			this.baseUrl = "http://61.164.207.46:8200";
-			// this.baseUrl = "https://cucu.cnyunl.com:8079";
->>>>>>> bug修复/发推明细重复问题
 		}
 		console.log("接口地址:", this.baseUrl)
 	}