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