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, () => {