@@ -185,7 +185,12 @@
this.dateChange();
},
- destroyed() {
+ beforeDestroy() {
+ console.log('准备销毁页面')
+ this.stopPlayRecord();
+ this.stopDownloadRecord();
+ },
+ destroyed() {
this.$destroy('recordVideoPlayer');
methods: {