소스 검색

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,
         },
       ],