瀏覽代碼

feat: 修改数据更新频率

wll8 5 月之前
父節點
當前提交
4b0c597190
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/page1/index.vue

+ 2 - 2
src/views/page1/index.vue

@@ -147,11 +147,11 @@ export default {
           fn: this.getAnalysisOfTransplantingSituation,
         },
         {
-          time: 300,
+          time: 1000 * 5,
           fn: this.getStatistics,
         },
         {
-          time: 1000 * 1,
+          time: 1000 * 5,
           fn: this.getTrendAnalysis,
         },
       ],