vue事件中切换页面时清除定时器

放在事件下边

this.$once('hook:beforeDestroy', () => {            

    clearInterval(timer);                                    
})
posted @ 2022-08-01 00:41  干红  阅读(294)  评论(0编辑  收藏  举报