From bbb8eba5d19809a4456bb7636441b3f9c7232485 Mon Sep 17 00:00:00 2001 From: hyx <1515023255@qq.com> Date: Sun, 17 Aug 2025 10:53:11 +0800 Subject: [PATCH] =?UTF-8?q?8/17=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library_system/src/App.vue | 3 +- library_system/src/components/HeaderBar.vue | 7 - library_system/src/main.js | 14 +- library_system/src/router/index.js | 2 +- library_system/src/store/index.js | 324 ++++++------------ library_system/src/utils/request.js | 50 ++- library_system/src/utils/storage.js | 43 --- .../src/views/Admin/AllBorrowRecords.vue | 37 +- .../src/views/Admin/BookManagement.vue | 109 ++---- library_system/src/views/Books/BookDetail.vue | 2 +- library_system/src/views/Books/BookList.vue | 7 +- .../src/views/Borrow/ReturnBook.vue | 2 +- 12 files changed, 199 insertions(+), 401 deletions(-) delete mode 100644 library_system/src/utils/storage.js diff --git a/library_system/src/App.vue b/library_system/src/App.vue index dd78cdb..6427272 100644 --- a/library_system/src/App.vue +++ b/library_system/src/App.vue @@ -15,7 +15,7 @@
- +

正在初始化...

@@ -23,7 +23,6 @@