pc-master #203

Merged
xiaomeng merged 2 commits from pc-master into portal 2024-12-17 02:26:02 +00:00
Showing only changes of commit a8399260ef - Show all commits

View File

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