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