|
@@ -63,12 +63,14 @@
|
|
|
stopTime(cameraIndexCode){
|
|
stopTime(cameraIndexCode){
|
|
|
this.$set(this,'fullVideoProps',{cameraIndexCode:cameraIndexCode});
|
|
this.$set(this,'fullVideoProps',{cameraIndexCode:cameraIndexCode});
|
|
|
this.$set(this,'fullVideoType',true);
|
|
this.$set(this,'fullVideoType',true);
|
|
|
|
|
+ document.body.classList.add('video-fullscreen-active');
|
|
|
},
|
|
},
|
|
|
//全屏关闭-开启轮播
|
|
//全屏关闭-开启轮播
|
|
|
outFullScreen(){
|
|
outFullScreen(){
|
|
|
let self = this;
|
|
let self = this;
|
|
|
this.$set(this,'fullVideoType',false);
|
|
this.$set(this,'fullVideoType',false);
|
|
|
this.$set(this,'fullVideoProps',{});
|
|
this.$set(this,'fullVideoProps',{});
|
|
|
|
|
+ document.body.classList.remove('video-fullscreen-active');
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|