lsc 2 năm trước cách đây
mục cha
commit
a2846b88f4
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/components/index.vue
  2. 1 1
      src/components/studentIndex.vue

+ 1 - 1
src/components/index.vue

@@ -682,7 +682,7 @@ export default {
     this.timer = setInterval(() => {
       this.selectAllType();
       // this.getBanner();
-    }, 5000);
+    }, 60000);
     document.scrollingElement.scrollTop = 0;
   },
 };

+ 1 - 1
src/components/studentIndex.vue

@@ -769,7 +769,7 @@ export default {
     this.timer = setInterval(() => {
       this.selectAllType();
       // this.getBanner();
-    }, 5000);
+    }, 60000);
     document.scrollingElement.scrollTop = 0;
   },
 };