From b048d19d22e00201d0a9af3f2abdefed06a7cac6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com>
Date: Sat, 27 Nov 2021 11:34:33 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1?=
=?UTF-8?q?=E7=94=9F=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/components/Sidebar/SidebarItem.vue | 36 ++++++++++---------
src/layout/components/Sidebar/index.vue | 1 -
src/layout/index.vue | 4 +--
src/main.ts | 2 +-
src/router/index.ts | 12 ++++---
src/styles/sidebar.scss | 22 ++++++------
src/utils/request.ts | 6 +++-
src/views/login/index.vue | 1 +
8 files changed, 46 insertions(+), 38 deletions(-)
diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue
index 23450cbb..70c2f4ca 100644
--- a/src/layout/components/Sidebar/SidebarItem.vue
+++ b/src/layout/components/Sidebar/SidebarItem.vue
@@ -1,41 +1,43 @@
-
+
-
+
+ {{ onlyOneChild.meta.title }}
-
-
+
- {{
- t("route." + item.meta.title)
- }}
+
+
+ {{ item.meta.title }}
-
+