修改系统日志时间打印

This commit is contained in:
whyour
2023-08-26 20:51:17 +08:00
parent b4e4e84bbd
commit 648b9c4520
5 changed files with 8 additions and 21 deletions
-3
View File
@@ -252,9 +252,6 @@ const Setting = () => {
})
.then(async (res) => {
setSystemLogData(await res.text());
setTimeout(() => {
getSystemLog();
}, 5000);
})
.catch((error: any) => {
console.log(error);