修复任务运行状态展示

This commit is contained in:
whyour
2021-04-04 13:32:38 +08:00
parent b73431a7ab
commit d7d29c468c
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default function (props: any) {
useEffect(() => {
if (props.location.pathname === '/') {
history.push('/cookie');
history.push('/crontab');
}
}, [props.location.pathname]);