mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 00:04:31 +08:00
修复cron日志
This commit is contained in:
@@ -35,7 +35,7 @@ const CronLogModal = ({
|
||||
if (logTimer) {
|
||||
clearInterval(logTimer);
|
||||
}
|
||||
} else {
|
||||
} else if (isFirst) {
|
||||
const timer = setInterval(() => {
|
||||
getCronLog();
|
||||
}, 2000);
|
||||
|
||||
Reference in New Issue
Block a user