From 749cb2e13b929ac8ac7682ac0f8128690871e1b7 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 10 Jun 2025 21:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-web/components/app-sidebar.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tone-page-web/components/app-sidebar.tsx b/tone-page-web/components/app-sidebar.tsx index 2b1f297..59b9f09 100644 --- a/tone-page-web/components/app-sidebar.tsx +++ b/tone-page-web/components/app-sidebar.tsx @@ -49,18 +49,8 @@ const data = { }, { title: "用户管理", - url: "/console/user", + url: "/console/user/list", icon: UsersRound, - items: [ - { - title: "用户", - url: "/console/user/list", - }, - { - title: "角色/权限", - url: "/console/user/role", - }, - ], }, { title: "邮件系统",