Commit 14fc9656 authored by xuwenhui's avatar xuwenhui

去掉star

parent 86c5af8b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
_initMethod: function () { _initMethod: function () {
$that.parkingAreaControlInfo.boxId = vc.getParam('boxId'); $that.parkingAreaControlInfo.boxId = vc.getParam('boxId');
$that._initParkingAreaWs(); // $that._initParkingAreaWs();
vc.emit('parkingAreaControlVideo', 'notify', { vc.emit('parkingAreaControlVideo', 'notify', {
boxId: $that.parkingAreaControlInfo.boxId boxId: $that.parkingAreaControlInfo.boxId
}); });
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测 heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测
} else { } else {
console.log("断开状态,尝试重连"); console.log("断开状态,尝试重连");
$that._initParkingAreaWs(); // $that._initParkingAreaWs();
} }
}, this.timeout) }, this.timeout)
} }
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
_initMethod: function() { _initMethod: function() {
$that.parkingAreaTotalControlInfo.paId = vc.getParam('paId'); $that.parkingAreaTotalControlInfo.paId = vc.getParam('paId');
$that._initParkingAreaWs(); // $that._initParkingAreaWs();
vc.emit('parkingAreaTotalControlVideo', 'notify', { vc.emit('parkingAreaTotalControlVideo', 'notify', {
paId: $that.parkingAreaTotalControlInfo.paId paId: $that.parkingAreaTotalControlInfo.paId
}); });
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测 heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测
} else { } else {
console.log("断开状态,尝试重连"); console.log("断开状态,尝试重连");
$that._initParkingAreaWs(); // $that._initParkingAreaWs();
} }
}, this.timeout) }, this.timeout)
} }
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测 heartCheck.reset().start(); // 如果获取到消息,说明连接是正常的,重置心跳检测
} else { } else {
console.log("断开状态,尝试重连"); console.log("断开状态,尝试重连");
$that._initParkingAreaWs(); // $that._initParkingAreaWs();
} }
}, this.timeout) }, this.timeout)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment