mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复日志结束判断
This commit is contained in:
@@ -42,7 +42,7 @@ const CronLogModal = ({
|
|||||||
getCronLog();
|
getCronLog();
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
if (log && log.includes('重启面板完成')) {
|
if (log && log.includes('重启面板')) {
|
||||||
message.warning({ content: '系统将在5秒后刷新', duration: 5 });
|
message.warning({ content: '系统将在5秒后刷新', duration: 5 });
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
|||||||
Reference in New Issue
Block a user