Browse Source

feat: 修改数据更新频率

wll8 5 tháng trước cách đây
mục cha
commit
4b0c597190
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,
         },
       ],