Tang 2 years ago
parent
commit
11b062f6e5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/videoCy/index.vue

+ 4 - 1
src/components/videoCy/index.vue

@@ -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