chenc il y a 4 ans
Parent
commit
f7076e912c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/dashboard/video1.html

+ 1 - 1
pages/dashboard/video1.html

@@ -154,7 +154,7 @@
                     mounted() {
                         this.get();
                         this.get2();
-                        this.timer = setInterval(this.get2, 10000);
+                        this.timer = setInterval(this.get2, 25000);
                         
                     },
                     beforeDestroy() {