From b2e3d51c0e028c0a9f020dc4bd830ce5f1faeb47 Mon Sep 17 00:00:00 2001 From: hyx <1515023255@qq.com> Date: Tue, 12 Aug 2025 22:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B93.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library_system/src/components/HeaderBar.vue | 34 ++- library_system/src/store/index.js | 239 +++++++++--------- library_system/src/utils/request.js | 46 +++- library_system/src/views/Auth/Login.vue | 4 +- library_system/src/views/Books/BookDetail.vue | 8 +- library_system/src/views/Books/BookList.vue | 17 +- .../src/views/Borrow/BorrowBook.vue | 17 +- 7 files changed, 194 insertions(+), 171 deletions(-) diff --git a/library_system/src/components/HeaderBar.vue b/library_system/src/components/HeaderBar.vue index a301e25..a8679ce 100644 --- a/library_system/src/components/HeaderBar.vue +++ b/library_system/src/components/HeaderBar.vue @@ -66,18 +66,42 @@