|
|
@@ -11,8 +11,8 @@ class HTTP {
|
|
|
if (this.ENV === 'release') { // 正式版
|
|
|
this.baseUrl = "https://crm.meida.com:16691";
|
|
|
} else {
|
|
|
- // this.baseUrl = "http://61.164.207.46:8300";
|
|
|
- this.baseUrl = "https://crm.meida.com:16691";
|
|
|
+ this.baseUrl = "http://61.164.207.46:8300";
|
|
|
+ // this.baseUrl = "https://crm.meida.com:16691";
|
|
|
}
|
|
|
|
|
|
|