From ffe246e5e3e8c03a4ed55cb770ef8ddadcc528b2 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 29 Jul 2024 09:32:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=A7=E5=B1=8F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=80=80=E5=87=BA=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_enm.vue | 2 ++ src/views/bigScreen/index_enm_ly.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index c83bf505..cdace495 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -1709,6 +1709,7 @@ export default { }, beforeUnmount() { let that = this; + this.scene = null; clearInterval(that.timerTime); clearInterval(that.timerData); clearInterval(that.qualityTimer); @@ -1718,6 +1719,7 @@ export default { }, beforeDestoryed() { let that = this; + this.scene = null; clearInterval(that.timerTime); clearInterval(that.timerData); clearInterval(that.qualityTimer); diff --git a/src/views/bigScreen/index_enm_ly.vue b/src/views/bigScreen/index_enm_ly.vue index 007460ee..4f62013c 100644 --- a/src/views/bigScreen/index_enm_ly.vue +++ b/src/views/bigScreen/index_enm_ly.vue @@ -1721,6 +1721,7 @@ export default { }, beforeUnmount() { let that = this; + this.scene = null; clearInterval(that.timerTime); clearInterval(that.timerData); clearInterval(that.qualityTimer); @@ -1730,6 +1731,7 @@ export default { }, beforeDestoryed() { let that = this; + this.scene = null; clearInterval(that.timerTime); clearInterval(that.timerData); clearInterval(that.qualityTimer);