Selaa lähdekoodia

自动查询时间延长

xjj 2 vuotta sitten
vanhempi
commit
8e283e6021
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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]);