Browse Source

不用定时更新status

Michael Wang 4 năm trước cách đây
mục cha
commit
c9eea0b147
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/features/mark/Mark.vue

+ 4 - 4
src/features/mark/Mark.vue

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