pc-master #7

Merged
clibing merged 4 commits from pc-master into master 2023-10-08 03:44:04 +00:00
Showing only changes of commit 226f5f358f - Show all commits

View File

@ -279,7 +279,7 @@ export default {
}
},
//
beforeDestroy(){
beforeDestroy(){
const that = this;
that.pageTimer&&clearInterval(that.pageTimer)
},