Forráskód Böngészése

更改首页数据自动刷新频率

cfort 2 éve
szülő
commit
c621853c78
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/system/dashboard/components/new-home.vue

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

@@ -329,7 +329,7 @@
             this.timer = setInterval(() => {
                 // this.getMessage()
                 this.getData(this.activeTab)
-            }, 180000)
+            }, 10 * 1000)
         },
         beforeDestroy() {
             clearInterval(this.timer)