From 4a986b54660d16bc8ea00bcae8df765c3b2689af Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 19 Jan 2026 10:17:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(menu):=20=E9=9A=90=E8=97=8F=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=AF=84=E4=BC=B0=E8=8F=9C=E5=8D=95=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉评估相关菜单配置项 - 移除数据评估功能入口 - 保留算子市场等其他菜单项功能 --- frontend/src/pages/Layout/menu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/pages/Layout/menu.tsx b/frontend/src/pages/Layout/menu.tsx index 08bef72..812e6d3 100644 --- a/frontend/src/pages/Layout/menu.tsx +++ b/frontend/src/pages/Layout/menu.tsx @@ -61,14 +61,14 @@ export const menuItems = [ }, ], }, - { - id: "evaluation", - title: "数据评估", - icon: Target, - badge: 4, - description: "质量分析、性能评估和偏见检测", - color: "bg-indigo-500", - }, + // { + // id: "evaluation", + // title: "数据评估", + // icon: Target, + // badge: 4, + // description: "质量分析、性能评估和偏见检测", + // color: "bg-indigo-500", + // }, { id: "operator-market", title: "算子市场",