This commit is contained in:
@fawn-nine
2024-07-23 14:05:53 +08:00
parent 87d32db367
commit 8004ee57c1
3 changed files with 56 additions and 58 deletions

View File

@@ -358,14 +358,21 @@ export default {
// this.getUserInfo()
// this.getCateList()
},
onUnload(){
beforeDestroy(){
console.log('页面卸载')
// this.$nextTick(()=>{
this.$refs.commonVideo.handleEnd();
// this.$refs.commonVideo.handleEnd();
// })
},
onUnload(){
// console.log('页面卸载')
// // this.$nextTick(()=>{
// this.$refs.commonVideo.handleEnd();
// // })
},
onHide() {