diff --git a/soul-admin/src/layouts/AdminLayout.tsx b/soul-admin/src/layouts/AdminLayout.tsx index d7a44ef1..bdb55fd1 100644 --- a/soul-admin/src/layouts/AdminLayout.tsx +++ b/soul-admin/src/layouts/AdminLayout.tsx @@ -101,37 +101,6 @@ export function AdminLayout() { ) })} - - {moreExpanded && ( -
- {moreMenuItems.map((item) => { - const isActive = location.pathname === item.href - return ( - - - {item.label} - - ) - })} -
- )}