소스 검색

自动查询时间延长

xjj 2 년 전
부모
커밋
8e283e6021
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Index.js

+ 1 - 1
src/pages/Index.js

@@ -44,7 +44,7 @@ function LayoutDetail(props) {
         type: 'authList/queryAuthList',
         payload: { user_id: currentUser.ID },
       });
-    }, 10000);
+    }, 60000);
 
     return () => clearInterval(timer);
   }, [currentUser.ID]);