Ver Fonte

fix time

ZZJ há 2 anos atrás
pai
commit
90d859aec7
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      src/views/system/dashboard/components/new-home.vue

+ 4 - 0
src/views/system/dashboard/components/new-home.vue

@@ -329,7 +329,11 @@
             this.timer = setInterval(() => {
                 // this.getMessage()
                 this.getData(this.activeTab)
+<<<<<<< HEAD
             }, 30 * 1000)
+=======
+            }, 10 * 1000)
+>>>>>>> 635b8f8d0851f08a4b8fe9b86700e24590f2e804
         },
         beforeDestroy() {
             clearInterval(this.timer)