mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复cron日志
This commit is contained in:
parent
9a1891c909
commit
7105952670
|
@ -35,7 +35,7 @@ const CronLogModal = ({
|
|||
if (logTimer) {
|
||||
clearInterval(logTimer);
|
||||
}
|
||||
} else {
|
||||
} else if (isFirst) {
|
||||
const timer = setInterval(() => {
|
||||
getCronLog();
|
||||
}, 2000);
|
||||
|
|
Loading…
Reference in New Issue
Block a user