mounted() {
this.timer = setInterval(this.getUserInfo, 15000);
},
beforeDestroy() {
clearInterval(this.timer);
},

相关文章: