liuhj hai 9 horas
pai
achega
17a0cb24cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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