修改默认跳转

This commit is contained in:
whyour 2022-02-26 00:13:52 +08:00
parent 01564e96d3
commit 7a240eaabb

View File

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