|
@@ -5,8 +5,8 @@ class HTTP {
|
|
|
// this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
this.baseUrl = "https://www.cnyunl.com";
|
|
|
} else {
|
|
|
- // this.baseUrl = "https://www.cnyunl.com";
|
|
|
- this.baseUrl = "http://61.164.207.46:8200";
|
|
|
+ this.baseUrl = "https://www.cnyunl.com";
|
|
|
+ // this.baseUrl = "http://61.164.207.46:8200";
|
|
|
// this.baseUrl = "https://cucu.cnyunl.com:8079";
|
|
|
}
|
|
|
console.log("接口地址:", this.baseUrl)
|