From b76ee1557d6e6a26e252ecf7375aea2f3edd607e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 5 Jul 2024 16:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 255 +++++++++--------- src/store/modules/user.js | 11 +- src/views/components/DepartmentList.vue | 196 ++++++++++++-- .../operationInfo/operationInfo/index.vue | 148 ++-------- 4 files changed, 335 insertions(+), 275 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 22977d5..db8398d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,10 +1,10 @@