@@ -160,10 +160,10 @@ export default defineComponent({
}
}, 5 * 1000);
- // TODO: 后续改掉,不需要
- addInterval(() => {
- updateStatus();
- }, 5 * 60 * 1000);
+ // 不需要
+ // addInterval(() => {
+ // updateStatus();
+ // }, 5 * 60 * 1000);
onMounted(async () => {
await updateMarkTask();