lsc hace 2 años
padre
commit
a2846b88f4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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;
   },
 };