摘要: var timer = setInterval(() => { console.log('hahaha'); }, 5000); this.$once('hook:beforeDestroy',() => { clearInterval(timer ) timer = null; }) 阅读全文
posted @ 2020-08-26 11:23 baixinL 阅读(549) 评论(0) 推荐(0)