liuhj 4 godzin temu
rodzic
commit
17a0cb24cf
1 zmienionych plików z 1 dodań i 1 usunięć
  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