From 9a6201d6ecf20fe6cc088412cae3d3d70c0ea216 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Jan 2024 21:23:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=85=B3=E9=97=AD=E7=BD=91=E5=85=83?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=8E=B7=E5=8F=96/=E6=8D=A2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/index.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index d57ea1ec..222c4b1b 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -70,7 +70,7 @@ async function fnGetState() { }); } - stateTimeout.value = setTimeout(() => fnGetState(), 5_000); + // stateTimeout.value = setTimeout(() => fnGetState(), 5_000); } /**初始数据函数 */ @@ -211,7 +211,10 @@ onBeforeUnmount(() => {