chenc 4 年 前
コミット
f7076e912c
1 ファイル変更1 行追加1 行削除
  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() {