diff --git a/src/components/admin_layout.rs b/src/components/admin_layout.rs index 5b77bb0..a939bfe 100644 --- a/src/components/admin_layout.rs +++ b/src/components/admin_layout.rs @@ -53,11 +53,6 @@ pub fn AdminLayout() -> Element { label: "管理文章", is_active: matches!(route, Route::Posts {}), }, - NavItemConfig { - route: Route::Home {}, - label: "前台", - is_active: false, - }, ]; let right_content = rsx! {