From f804dbfa34128de57fcb223db6601ccc1ac5a7c0 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: Wed, 16 Dec 2020 12:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=BD=AC=E7=A0=81=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=81=9C=E6=AD=A2=E5=90=8E=E9=87=8D=E5=A4=8D=E5=9B=9E?= =?UTF-8?q?=E8=B0=83=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/gb28181/devicePlayer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/gb28181/devicePlayer.vue b/web_src/src/components/gb28181/devicePlayer.vue index ddf90c21..c422a5e0 100644 --- a/web_src/src/components/gb28181/devicePlayer.vue +++ b/web_src/src/components/gb28181/devicePlayer.vue @@ -296,7 +296,7 @@ export default { }).catch(function (e) {}); that.coverPlaying = false; that.convertKey = ""; - if (callback )callback(); + // if (callback )callback(); }, playFromStreamInfo: function (realHasAudio, streamInfo) { @@ -306,7 +306,7 @@ export default { }, close: function () { console.log('关闭视频'); - if (!this.$refs.videoPlayer){ + if (this.$refs.videoPlayer){ this.$refs.videoPlayer.pause(); } this.videoUrl = '';