From 6afa9880177380867c53b105fcd391166bea6b04 Mon Sep 17 00:00:00 2001 From: hyx <1515023255@qq.com> Date: Sat, 16 Aug 2025 11:41:46 +0800 Subject: [PATCH] =?UTF-8?q?8/16=E6=9B=B4=E6=96=B0?= 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 | 194 +++++++++++------- library_system/src/utils/storage.js | 43 ++++ .../src/views/Admin/AllBorrowRecords.vue | 31 ++- .../src/views/Admin/BookManagement.vue | 53 +++-- library_system/src/views/Books/BookDetail.vue | 2 +- library_system/src/views/Books/BookList.vue | 6 +- 10 files changed, 245 insertions(+), 110 deletions(-) create mode 100644 library_system/src/utils/storage.js diff --git a/library_system/src/App.vue b/library_system/src/App.vue index 6427272..dd78cdb 100644 --- a/library_system/src/App.vue +++ b/library_system/src/App.vue @@ -15,7 +15,7 @@
正在初始化...