From 4c882ac309c2ec01149ecfe58b76e0b108b10522 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Thu, 18 Jun 2026 15:24:33 +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,=20=E5=8E=BB=E6=8E=89sse=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=BC=B9=E7=AA=97,=20=E5=BD=93=E5=A2=9E=E5=8A=A0=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E6=97=B6=E5=80=99,=20=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 4 ++++ src/layout/components/Navbar.vue | 24 ++++++++++++++++++++++-- src/store/modules/notice.ts | 3 ++- src/utils/sse.ts | 16 ++++++++++------ src/views/WarningList/list.vue | 2 +- 5 files changed, 39 insertions(+), 10 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 2ca3adf..d979925 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -5,6 +5,10 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, + "ElLoading": true, + "ElMessage": true, + "ElMessageBox": true, + "ElNotification": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index c58569e..517065f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -37,7 +37,14 @@
- +