修改默认跳转

This commit is contained in:
whyour 2022-02-26 00:13:52 +08:00
parent eb4976ed6b
commit 1e85528889

View File

@ -22,7 +22,7 @@ const Error = ({ user }: any) => {
useEffect(() => {
if (user) {
history.push('/');
history.push('/crontab');
}
}, [user]);