mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 04:02:56 +08:00
修复任务运行状态展示
This commit is contained in:
@@ -31,7 +31,7 @@ export default function (props: any) {
|
||||
|
||||
useEffect(() => {
|
||||
if (props.location.pathname === '/') {
|
||||
history.push('/cookie');
|
||||
history.push('/crontab');
|
||||
}
|
||||
}, [props.location.pathname]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user