liuhj 12 часов назад
Родитель
Сommit
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