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