liuhj hace 5 horas
padre
commit
17a0cb24cf
Se han modificado 1 ficheros con 1 adiciones y 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