@@ -329,7 +329,7 @@
this.timer = setInterval(() => {
// this.getMessage()
this.getData(this.activeTab)
- }, 180000)
+ }, 10 * 1000)
},
beforeDestroy() {
clearInterval(this.timer)