Explorar el Código

Merge remote-tracking branch 'origin/visu_resources' into visu_resources

limeng hace 2 años
padre
commit
dd33575b02
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/eventdetailsdialog.vue

+ 2 - 1
src/views/eventdetailsdialog.vue

@@ -2207,7 +2207,8 @@ export default {
         this.$Message.info('正在登陆客户端,请稍等......')
         return false
       }
-      this.ws.openVideo(cameraParams)
+      const param = [cameraParams]
+      this.ws.openVideo(param)
     },
     /** ----------------------------------摄像头预览结束------------------------------------- */