From 7feead9afc290008fa2a104c330b4635324afc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 12 Mar 2025 12:08:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=20=E7=BB=9F=E4=B8=80store=E7=94=A8=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- src/components/Breadcrumb/index.vue | 2 +- src/components/HeaderSearch/index.vue | 2 +- src/components/SizeSelect/index.vue | 2 +- src/components/TopNav/index.vue | 6 +++--- src/directive/permission/index.ts | 2 +- src/layout/components/AppMain.vue | 4 ++-- src/layout/components/IframeToggle/index.vue | 2 +- src/layout/components/Navbar.vue | 8 ++++---- src/layout/components/Settings/index.vue | 6 +++--- src/layout/components/Sidebar/Logo.vue | 2 +- src/layout/components/Sidebar/index.vue | 6 +++--- src/layout/components/TagsView/ScrollPane.vue | 2 +- src/layout/components/TagsView/index.vue | 6 +++--- src/layout/components/TopBar/search.vue | 2 +- src/layout/components/notice/index.vue | 2 +- src/layout/index.vue | 4 ++-- src/permission.ts | 7 ++++--- src/plugins/auth.ts | 2 +- src/plugins/tab.ts | 2 +- src/store/index.ts | 2 ++ src/store/modules/app.ts | 5 +++-- src/store/modules/dict.ts | 4 ++-- src/store/modules/notice.ts | 3 +-- src/store/modules/permission.ts | 5 +---- src/store/modules/settings.ts | 4 ++-- src/store/modules/tagsView.ts | 3 ++- src/store/modules/user.ts | 4 +--- src/utils/permission.ts | 2 +- src/utils/sse.ts | 2 +- src/utils/websocket.ts | 2 +- src/views/system/dict/data.vue | 2 +- src/views/system/dict/index.vue | 2 +- src/views/system/tenant/index.vue | 2 +- src/views/system/user/profile/thirdParty.vue | 2 +- src/views/system/user/profile/userAvatar.vue | 2 +- 36 files changed, 59 insertions(+), 60 deletions(-) diff --git a/src/App.vue b/src/App.vue index 66dbed6..617a10e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,9 +5,9 @@