mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
fix: 注释
This commit is contained in:
parent
cb712db29e
commit
03bdef62bd
@ -107,7 +107,7 @@ onMounted(() => {
|
|||||||
...exam,
|
...exam,
|
||||||
status: getStatusText(exam)
|
status: getStatusText(exam)
|
||||||
}));
|
}));
|
||||||
}, 1000); // 60000 ms = 1 minute
|
}, 1000); // 1000 ms = 1 second
|
||||||
|
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user