Explorar el Código

资源详情页面查看摄像头参数配置

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

+ 2 - 1
src/views/eventdetailsdialog.vue

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