|
@@ -352,12 +352,12 @@ export default {
|
|
]
|
|
]
|
|
this.setPos()
|
|
this.setPos()
|
|
this.customizeTree(tvListJson);
|
|
this.customizeTree(tvListJson);
|
|
- if(_this.stringList.length == 1){
|
|
|
|
- _this.realTimeVideoDialog([_this.stringList[0]]);
|
|
|
|
- }else{
|
|
|
|
|
|
+ // if(_this.stringList.length == 1){
|
|
|
|
+ // _this.realTimeVideoDialog([_this.stringList[0]]);
|
|
|
|
+ // }else{
|
|
_this.ws.createCtrl(params);
|
|
_this.ws.createCtrl(params);
|
|
_this.playRealMonitorVideo();
|
|
_this.playRealMonitorVideo();
|
|
- }
|
|
|
|
|
|
+ // }
|
|
if (_this.data != undefined && _this.data != null) {
|
|
if (_this.data != undefined && _this.data != null) {
|
|
setTimeout( _this.rotation(_this.data.longitude, _this.data.latitude, _this.stringList),5000)
|
|
setTimeout( _this.rotation(_this.data.longitude, _this.data.latitude, _this.stringList),5000)
|
|
}
|
|
}
|