liuhj 8 小時之前
父節點
當前提交
17a0cb24cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/home.vue

+ 1 - 1
src/components/home.vue

@@ -900,7 +900,7 @@ export default {
 
     let timers = setInterval(() => {
       this.PotsMessageUnreadTotalCount();
-    }, 10000)
+    }, 60000)
     this.$once('hook:beforeDestroy', () => {
       clearInterval(timers)
       timers = null