pc-master #5

Merged
clibing merged 3 commits from pc-master into portal 2023-10-07 15:03:28 +00:00
Showing only changes of commit 226f5f358f - Show all commits

View File

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