pull/203/head
sunmeng 2024-12-17 08:48:38 +08:00
parent ad0a991e98
commit a8399260ef
1 changed files with 7 additions and 0 deletions

View File

@ -906,6 +906,13 @@ export default {
}, 1000); }, 1000);
}, },
beforeDestroy() { beforeDestroy() {
//
if (this.player) {
// this.player.dispose();
this.player.stop()
this.player.destroy()
this.player = null
}
clearInterval(this.timer_) && this.timer_; clearInterval(this.timer_) && this.timer_;
}, },
methods: { methods: {