Kaynağa Gözat

perf: 缩短初始化定时器间隔

yusheng 1 hafta önce
ebeveyn
işleme
b1a27d6346
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/home/yuxin.vue

+ 1 - 1
src/views/home/yuxin.vue

@@ -1361,7 +1361,7 @@
 
       this.initTimer = setInterval(() => {
         this.init();
-      }, 180000);
+      }, 60000);
       // 初始化时同步头部宽度
       // this.$nextTick(() => {
       //   this.syncHeaderWidth();