From d5fa92d90f8a757e096b7db4e8ca9adcbb7831c4 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Apr 2022 15:18:31 +0800 Subject: [PATCH] bug --- packages/IntelligentSecurity/components/AiSlwVideo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/IntelligentSecurity/components/AiSlwVideo.vue b/packages/IntelligentSecurity/components/AiSlwVideo.vue index 15147f6d..30af358c 100644 --- a/packages/IntelligentSecurity/components/AiSlwVideo.vue +++ b/packages/IntelligentSecurity/components/AiSlwVideo.vue @@ -228,6 +228,7 @@ fullScreenChange () { if (document.fullscreenElement) { + this.reset() } else { this.reset() } @@ -290,7 +291,7 @@ this.$nextTick(() => { this.$refs.timeline && this.$refs.timeline.init() }) - }, 260) + }, 100) }, screenshots () {