|
@@ -916,13 +916,13 @@ export default {
|
|
|
if (!selectedService || selectedService == "aloneServe") {
|
|
|
if (__wxConfig.envVersion == "develop") {
|
|
|
clientTwo = mqtt.connect(
|
|
|
- "wxs://data.radar-power.com:8084/mqtt",
|
|
|
+ "wxs://data.radar-power.cn/mqtt",
|
|
|
params
|
|
|
);
|
|
|
}
|
|
|
if (__wxConfig.envVersion == "trial") {
|
|
|
clientTwo = mqtt.connect(
|
|
|
- "wxs://radar-power.cn:8084/mqtt",
|
|
|
+ "wxs://data.radar-power.cn/mqtt",
|
|
|
params
|
|
|
);
|
|
|
}
|