From 90e5490888f97f378f0dfcb492b2c2d96b288ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 09:11:52 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-admin=20=E5=89=8D=E7=AB=AF=20|=20?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0:=20=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soul-admin/src/layouts/AdminLayout.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/soul-admin/src/layouts/AdminLayout.tsx b/soul-admin/src/layouts/AdminLayout.tsx index 27771a39..019b64cf 100644 --- a/soul-admin/src/layouts/AdminLayout.tsx +++ b/soul-admin/src/layouts/AdminLayout.tsx @@ -3,14 +3,11 @@ import { Outlet, Link, useLocation, useNavigate } from 'react-router-dom' import { LayoutDashboard, Users, - CreditCard, Settings, LogOut, Wallet, BookOpen, GitMerge, - Crown, - GraduationCap, ChevronDown, ChevronUp, } from 'lucide-react' @@ -23,13 +20,10 @@ const primaryMenuItems = [ { icon: BookOpen, label: '内容管理', href: '/content' }, { icon: Users, label: '用户管理', href: '/users' }, ] -// 折叠区「更多」(字典类 + 业务) +// 折叠区「更多」(业务模块) const moreMenuItems = [ { icon: GitMerge, label: '找伙伴', href: '/find-partner' }, - { icon: Crown, label: 'VIP 角色', href: '/vip-roles' }, - { icon: GraduationCap, label: '导师管理', href: '/mentors' }, { icon: Wallet, label: '推广中心', href: '/distribution' }, - { icon: CreditCard, label: '推广设置', href: '/referral-settings' }, ] export function AdminLayout() {