mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
fix(time): setInterval -> setTimeout
This commit is contained in:
@@ -47,7 +47,7 @@ onMounted(async () => {
|
||||
loadingTitle.value = "公告不存在或解析失败";
|
||||
return;
|
||||
}
|
||||
setInterval(() => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
}, 200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user