@@ -1013,9 +1013,9 @@ export default {
onUnload() {
+ console.log("qxj onUnload");
// 保存视频进度
this.saveVideoProgress();
-
// 清理直播相关定时器
if (this.liveItem) {
this.pauseVideo();
@@ -1049,6 +1049,7 @@ export default {
// 清理大数据和状态
this.clearBigData();
this.resetAllStates();
+
},
mounted() {