From e3063767530821e75d7dcec92d7777e378839e4a Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 7 Dec 2023 14:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default/AppBar.vue | 2 +- src/views/Home.vue | 3 +++ src/views/documents/List.vue | 19 +++++++++++++++++-- src/views/libraries/List.vue | 4 +++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/layouts/default/AppBar.vue b/src/layouts/default/AppBar.vue index 4047a90..1347af6 100644 --- a/src/layouts/default/AppBar.vue +++ b/src/layouts/default/AppBar.vue @@ -49,7 +49,7 @@ const drawer = ref(false); const items = [ { icon: "mdi-home", text: "首页", to: { name: "home" } }, { icon: "mdi-home", text: "资料库", to: { name: "libraries" } }, - { icon: "mdi-history", text: "Frequently contacted", to: "/documents" }, + // { icon: "mdi-history", text: "Frequently contacted", to: "/documents" }, { icon: "mdi-content-copy", text: "login", to: "/auth/login" }, ]; diff --git a/src/views/Home.vue b/src/views/Home.vue index 7646ab7..1871f26 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,5 +1,8 @@