fix:大屏页面退出处理

This commit is contained in:
shijing 2024-07-29 09:32:43 +08:00
parent 083248cba2
commit ffe246e5e3
2 changed files with 4 additions and 0 deletions

View File

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

View File

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