|
@@ -329,7 +329,11 @@
|
|
|
this.timer = setInterval(() => {
|
|
this.timer = setInterval(() => {
|
|
|
// this.getMessage()
|
|
// this.getMessage()
|
|
|
this.getData(this.activeTab)
|
|
this.getData(this.activeTab)
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
}, 30 * 1000)
|
|
}, 30 * 1000)
|
|
|
|
|
+=======
|
|
|
|
|
+ }, 10 * 1000)
|
|
|
|
|
+>>>>>>> 635b8f8d0851f08a4b8fe9b86700e24590f2e804
|
|
|
},
|
|
},
|
|
|
beforeDestroy() {
|
|
beforeDestroy() {
|
|
|
clearInterval(this.timer)
|
|
clearInterval(this.timer)
|