|
@@ -11,8 +11,8 @@ class HTTP {
|
|
|
if (this.ENV === 'release') { // 正式版
|
|
|
this.baseUrl = "https://oms.idcgroup.com.cn:8079";
|
|
|
} else {
|
|
|
- // this.baseUrl = "http://61.164.207.46:8000";
|
|
|
- this.baseUrl = "http://192.168.3.13:8080";
|
|
|
+ this.baseUrl = "http://61.164.207.46:8000";
|
|
|
+ // this.baseUrl = "http://192.168.3.13:8080";
|
|
|
// this.baseUrl = "https://oms.idcgroup.com.cn:8079";
|
|
|
}
|
|
|
console.log("接口地址:", this.baseUrl)
|