feat: 修改登录过期

This commit is contained in:
gary 2022-05-06 10:05:08 +08:00
parent 46c1c763aa
commit 7acdce8ae7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const App: React.FC = () => {
useEffect(() => {
initAxios(() => {
dispatch(clearUserInfo)
dispatch(clearUserInfo())
}, toast)
}, [])
useEffect(() => {