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