From c555f01cd8710c9b6feea2ead255a4508fea9fbb Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sat, 6 Jul 2024 10:19:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E3=80=81=E6=B7=BB=E5=8A=A0=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{NavbarRight.vue => NavbarAction.vue} | 24 +++++++++++-------- .../NavBar/components/NavbarLeft.vue | 19 --------------- src/layout/components/NavBar/index.vue | 23 ++++++++++++++---- src/layout/components/Sidebar/index.vue | 8 +++---- src/types/components.d.ts | 4 ++-- 5 files changed, 39 insertions(+), 39 deletions(-) rename src/layout/components/NavBar/components/{NavbarRight.vue => NavbarAction.vue} (84%) delete mode 100644 src/layout/components/NavBar/components/NavbarLeft.vue diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarAction.vue similarity index 84% rename from src/layout/components/NavBar/components/NavbarRight.vue rename to src/layout/components/NavBar/components/NavbarAction.vue index 97533177..6f199f79 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarAction.vue @@ -2,7 +2,7 @@
- +
@@ -106,7 +106,7 @@ function logout() { } diff --git a/src/layout/components/NavBar/components/NavbarLeft.vue b/src/layout/components/NavBar/components/NavbarLeft.vue deleted file mode 100644 index 937391f0..00000000 --- a/src/layout/components/NavBar/components/NavbarLeft.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/src/layout/components/NavBar/index.vue b/src/layout/components/NavBar/index.vue index 084fdc45..c985c0b9 100644 --- a/src/layout/components/NavBar/index.vue +++ b/src/layout/components/NavBar/index.vue @@ -1,13 +1,28 @@ + +