修复日志结束判断

This commit is contained in:
whyour 2021-05-14 23:37:18 +08:00
parent 7d5e215b18
commit 52b4633d46

View File

@ -42,7 +42,7 @@ const CronLogModal = ({
getCronLog();
}, 2000);
}
if (log && log.includes('重启面板完成')) {
if (log && log.includes('重启面板')) {
message.warning({ content: '系统将在5秒后刷新', duration: 5 });
setTimeout(() => {
window.location.reload();