fix:大屏页面退出处理
This commit is contained in:
parent
083248cba2
commit
ffe246e5e3
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue