From ed2a6e29deb661c9aa79f6e458b7d013a35060f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=B0=B8=E8=B6=85?= <2090205686@qq.com> Date: Tue, 26 Aug 2025 17:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B7=AF=E7=94=B1=E5=92=8C?= =?UTF-8?q?=E6=89=93=E5=8C=85=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 7 +- src/layout/components/Sidebar/index.vue | 2 +- src/layout/components/TagsView/index.vue | 2 +- src/permission.js | 10 +- src/router/index.js | 387 ++--------------------- src/store/modules/user.js | 2 +- src/utils/request.js | 2 +- src/views/error/404.vue | 2 +- src/views/login.vue | 2 +- vite.config.js | 2 +- 10 files changed, 42 insertions(+), 376 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index fc49b0f..4635eb3 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -42,7 +42,7 @@