|
@@ -5,9 +5,9 @@ http.setConfig(config => {
|
|
if (__wxConfig.envVersion == 'develop') {
|
|
if (__wxConfig.envVersion == 'develop') {
|
|
let selectedService = uni.getStorageSync("sercviceChoice")
|
|
let selectedService = uni.getStorageSync("sercviceChoice")
|
|
if (!selectedService || selectedService == 'aloneServe') {
|
|
if (!selectedService || selectedService == 'aloneServe') {
|
|
- config.baseUrl = "https://api.radar-power.asia:4443/portal-service-server/";
|
|
|
|
|
|
+ // config.baseUrl = "https://api.radar-power.asia:4443/portal-service-server/";
|
|
}
|
|
}
|
|
- // config.baseUrl = "https://radar-power.cn/portal-service-server/";
|
|
|
|
|
|
+ config.baseUrl = "https://radar-power.cn/portal-service-server/";
|
|
}
|
|
}
|
|
if (__wxConfig.envVersion == 'trial') {
|
|
if (__wxConfig.envVersion == 'trial') {
|
|
let selectedService = uni.getStorageSync("sercviceChoice")
|
|
let selectedService = uni.getStorageSync("sercviceChoice")
|