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: "算子市场",