From c3420640a7747818625a1d99db395ea6619c57e9 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Thu, 18 Jun 2026 15:32:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=BC=B9=E7=AA=97=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 517065f..7d246c9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -271,7 +271,7 @@ watch( { deep: true } ); // 告警数据变化时自动弹出弹窗 -let noticeFirstLoad = true; +let noticeFirstLoad = true; //解决初始化时弹出弹窗问题 watch( () => warningListStore.warningListTotal, () => {