mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修改系统日志时间打印
This commit is contained in:
@@ -252,9 +252,6 @@ const Setting = () => {
|
||||
})
|
||||
.then(async (res) => {
|
||||
setSystemLogData(await res.text());
|
||||
setTimeout(() => {
|
||||
getSystemLog();
|
||||
}, 5000);
|
||||
})
|
||||
.catch((error: any) => {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user