|
@@ -2,9 +2,9 @@ class HTTP {
|
|
|
constructor() {
|
|
|
let ENV = wx.getAccountInfoSync().miniProgram.envVersion;
|
|
|
if (ENV === 'release') { // 正式版
|
|
|
- this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
+ this.baseUrl = "https://www.cnyunl.com";
|
|
|
} else {
|
|
|
- // this.baseUrl = "https://lsa.cnyunl.com";
|
|
|
+ // this.baseUrl = "https://www.cnyunl.com";
|
|
|
this.baseUrl = "http://61.164.207.46:8200";
|
|
|
}
|
|
|
console.log("接口地址:", this.baseUrl)
|