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 @@