gcz 3 жил өмнө
parent
commit
b2c24edcde

+ 1 - 1
src/components/alarm.vue

@@ -114,7 +114,7 @@ export default {
           this.data.shift(); //删除数组的第一个元素
           this.animate = false;
         }, 500);
-      }, 3000);
+      }, 5000);
     },
     //鼠标移上去停止
     Stop() {