From 78968e029a6cc2db6c6af6ce23a6a989a0d1ef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sat, 6 Nov 2021 12:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0TopNav=E5=AF=BC?= =?UTF-8?q?=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/components/TopNav/index.vue | 24 ++++--- ZR.Vue/src/layout/components/Navbar.vue | 16 ++++- .../src/layout/components/Settings/index.vue | 23 ++++++ .../src/layout/components/Sidebar/index.vue | 10 +-- ZR.Vue/src/main.js | 8 +-- ZR.Vue/src/settings.js | 9 ++- ZR.Vue/src/store/getters.js | 31 ++++---- ZR.Vue/src/store/modules/permission.js | 72 ++++++++++++++++--- ZR.Vue/src/store/modules/settings.js | 45 ++++++------ ZR.Vue/src/views/login.vue | 9 ++- 10 files changed, 172 insertions(+), 75 deletions(-) diff --git a/ZR.Vue/src/components/TopNav/index.vue b/ZR.Vue/src/components/TopNav/index.vue index 32358ef..4bf624c 100644 --- a/ZR.Vue/src/components/TopNav/index.vue +++ b/ZR.Vue/src/components/TopNav/index.vue @@ -153,25 +153,27 @@ export default { diff --git a/ZR.Vue/src/layout/components/Navbar.vue b/ZR.Vue/src/layout/components/Navbar.vue index cadd596..af1596f 100644 --- a/ZR.Vue/src/layout/components/Navbar.vue +++ b/ZR.Vue/src/layout/components/Navbar.vue @@ -4,8 +4,8 @@ - - + +