修复cron日志

This commit is contained in:
whyour 2021-04-10 20:02:55 +08:00
parent 9a1891c909
commit 7105952670

View File

@ -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);