@@ -436,7 +436,7 @@ export default {
this.$router.go(0);
})
.catch(() => {});
- }, 60000);//300000
+ }, 10000); //300000
}
},
//视频恢复播放时触发
@@ -496,6 +496,9 @@ export default {
//启动拍照
openPhoto() {
+ if (this.isFullScreen()) {
+ this.exitFullscreen();
+ }
this.$refs.takePicture.openPhoto();
//拍照成功回显 url