mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修改默认跳转
This commit is contained in:
parent
eb4976ed6b
commit
1e85528889
|
@ -22,7 +22,7 @@ const Error = ({ user }: any) => {
|
|||
|
||||
useEffect(() => {
|
||||
if (user) {
|
||||
history.push('/');
|
||||
history.push('/crontab');
|
||||
}
|
||||
}, [user]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user