Explorar el Código

事件定位摄像头预览

彭宇 hace 2 años
padre
commit
98fd25b067
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/components/TVWall.vue

+ 4 - 4
src/components/TVWall.vue

@@ -528,12 +528,12 @@ export default {
         bfArray.push({"channelId": tvListJson[0].treeLabels[i].labelCode})
       }
 
-      if(bfArray.length == 1){
-        _this.realTimeVideoDialog([tvListJson[0].treeLabels[1].labelCode]);
-      }else{
+      // if(bfArray.length == 1){
+      //   _this.realTimeVideoDialog([tvListJson[0].treeLabels[1].labelCode]);
+      // }else{
         _this.ws.createCtrl(params);
         _this.playRealMonitorVideo(bfArray)
-      }
+      // }
     },
     setPos() {
       let target = document.getElementById(this.domId)