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