fix: 注释

This commit is contained in:
MKStoler 2024-09-25 06:45:43 +08:00 committed by GitHub
parent cb712db29e
commit 03bdef62bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ onMounted(() => {
...exam,
status: getStatusText(exam)
}));
}, 1000); // 60000 ms = 1 minute
}, 1000); // 1000 ms = 1 second
onUnmounted(() => {
clearInterval(interval);