|
@@ -4,15 +4,9 @@ class HTTP {
|
|
|
if (ENV === 'release') { // 正式版
|
|
|
this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
} else {
|
|
|
-<<<<<<< HEAD
|
|
|
- // this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
- this.baseUrl = "http://61.164.207.46:8200";
|
|
|
- // this.baseUrl = "https://cucu.cnyunl.com:8079";
|
|
|
-=======
|
|
|
// this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
- this.baseUrl = "http://61.164.207.46:8300";
|
|
|
- // this.baseUrl = "http://61.164.207.46:8200";
|
|
|
->>>>>>> 新功能开发/定制项
|
|
|
+ this.baseUrl = "http://61.164.207.46:8200";
|
|
|
+ // this.baseUrl = "https://cucu.cnyunl.com:8079";
|
|
|
}
|
|
|
console.log("接口地址:", this.baseUrl)
|
|
|
}
|