From 466347da814f8bb9004c8a64eb05581aecbc82cc Mon Sep 17 00:00:00 2001 From: lixuefeng <1126141216@qq.com> Date: Wed, 30 Apr 2025 01:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sentiment/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/sentiment/index.vue b/src/views/sentiment/index.vue index 1f4c3c0..c6ee9ff 100644 --- a/src/views/sentiment/index.vue +++ b/src/views/sentiment/index.vue @@ -24,7 +24,7 @@
- +
@@ -124,11 +124,11 @@ timer = setInterval(()=>{ getState() },2000) - + getLineChart() }) onUnmounted(() => { - + if (timer) clearInterval(timer) }) @@ -226,7 +226,7 @@ &-primary { @extend .status; background: #2380fb; - + } } .content {