From f986933d4246955a1c36e63b558e4fe46f6b45cd Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Fri, 16 May 2025 15:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=B1=89=E5=A0=A1=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E5=AE=8C=E5=96=84=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 149 ++++++++++++------------ src/layout/components/Sidebar/index.vue | 69 ++++++----- src/layout/index.vue | 18 +-- src/store/modules/app.js | 89 +++++++------- src/store/modules/user.js | 145 ++++++++++++----------- 5 files changed, 247 insertions(+), 223 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index cab43c5..bc32dc4 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,116 +1,113 @@ -