Explorar o código

自动查询时间延长

xjj %!s(int64=2) %!d(string=hai) anos
pai
achega
8e283e6021
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);