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