Commit 3d9521cd by 张超军

解决墨奇补采后,采集失败之后不能重新采集的bug

parent 550a55aa
......@@ -4088,7 +4088,7 @@ export default {
//console.log(this.getStatus);
//console.log(this.preIndex);
//console.log(this.preStatusL);
if (!this.getStatus && this.preStatusL != 4 && this.preStatusR != 4 && this.preStatusL != 3 && this.preStatusR != 3 && this.preStatusL != 2 && this.preStatusR != 2) {
if (!this.getStatus && this.preStatusL != 4 && this.preStatusR != 4 && this.preStatusL != 3 && this.preStatusR != 3 && this.preStatusL != 2 && this.preStatusR != 2 && this.preStatusL != 1 && this.preStatusR != 1) {
// 关闭设备
if (this.GrpcCameraService) {
this.GrpcCameraService.stopVideoStream()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment