From 10afe81457d6da95dcb806dd2213804b995d088f Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期五, 06 五月 2022 10:14:26 +0800 Subject: [PATCH] # --- Monitor-APP/pages/index/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue index afc35e9..107f222 100644 --- a/Monitor-APP/pages/index/index.vue +++ b/Monitor-APP/pages/index/index.vue @@ -243,7 +243,7 @@ },1000) setInterval(() => { this.animation(); - },2000) + },10000) }, methods: { animation() { -- Gitblit v1.9.1