lsc 2 years ago
parent
commit
a2846b88f4
2 changed files with 2 additions and 2 deletions
  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;
   },
 };