|
@@ -5,7 +5,8 @@ class HTTP {
|
|
|
if (ENV === 'release') { // 正式版
|
|
if (ENV === 'release') { // 正式版
|
|
|
this.baseUrl = "https://meida.cnyunl.com";
|
|
this.baseUrl = "https://meida.cnyunl.com";
|
|
|
} else {
|
|
} else {
|
|
|
- this.baseUrl = "http://192.168.3.111:8100";
|
|
|
|
|
|
|
+ // this.baseUrl = "http://61.164.207.46:8100";
|
|
|
|
|
+ this.baseUrl = "https://meida.cnyunl.com";
|
|
|
}
|
|
}
|
|
|
console.log("接口地址", this.baseUrl)
|
|
console.log("接口地址", this.baseUrl)
|
|
|
}
|
|
}
|