From 6978b89ee5f9a984e35f4ee93728efdb8bad620b Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sat, 31 Aug 2024 16:20:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=8F=E5=B0=8F=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=9B=B4=E6=96=B0=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/IndexView/IndexView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/IndexView/IndexView.vue b/src/views/IndexView/IndexView.vue index 6c9c4ce..1c49f3f 100644 --- a/src/views/IndexView/IndexView.vue +++ b/src/views/IndexView/IndexView.vue @@ -92,7 +92,7 @@ function updateTime() { onBeforeMount(() => { updateTime(); - timeUpdater.value = setInterval(updateTime, 1000); + timeUpdater.value = setInterval(updateTime, 500); }); onBeforeUnmount(() => {