From 4b042f2a0bc71bf93fdb02a408d9404596cc3001 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 13 Feb 2025 21:28:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NavBar/components/NavbarRight.vue | 75 ++++++++++++++++--- .../NavBar/components/UserProfile.vue | 62 --------------- src/layout/components/Sidebar/index.vue | 2 +- src/layout/index.vue | 4 +- 4 files changed, 68 insertions(+), 75 deletions(-) delete mode 100644 src/layout/components/NavBar/components/UserProfile.vue diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue index b5693a96..a1489693 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarRight.vue @@ -1,7 +1,7 @@