Kaynağa Gözat

移除IM定时任务

yangc 8 yıl önce
ebeveyn
işleme
875064b245
1 değiştirilmiş dosya ile 9 ekleme ve 9 silme
  1. 9 9
      components/default/RightBar.vue

+ 9 - 9
components/default/RightBar.vue

@@ -113,15 +113,15 @@
         return this.$store.state.chat.tab.tab.data
       }
     },
-    mounted () {
-      this.$nextTick(() => {
-        this.getChatCount()
-        // 刷新统计信息
-        setInterval(() => {
-          this.getChatCount()
-        }, 10000)
-      })
-    },
+//    mounted () {
+//      this.$nextTick(() => {
+//        this.getChatCount()
+//        // 刷新统计信息
+//        setInterval(() => {
+//          this.getChatCount()
+//        }, 10000)
+//      })
+//    },
     methods: {
       listenPage: function (p) {
         this.page = p