From d568de7d451bf0f84bfe5748ee38abe5e0ed44cb Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Mon, 19 Jan 2026 18:23:38 +0800
Subject: [PATCH] =?UTF-8?q?feat(layout):=20=E9=9A=90=E8=97=8F=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E5=BD=92=E9=9B=86=E5=92=8C=E6=95=B0=E6=8D=AE=E6=B8=85?=
=?UTF-8?q?=E6=B4=97=E8=8F=9C=E5=8D=95=E9=A1=B9=E5=B9=B6=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B7=AF=E7=94=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 注释掉数据归集菜单项
- 注释掉数据清洗菜单项
- 注释掉算子市场菜单项
- 注释掉侧边栏中的任务中心弹窗组件
- 添加首页路由配置
- 将根路径重定向改为首页组件渲染
---
frontend/src/pages/Layout/Sidebar.tsx | 8 ++---
frontend/src/pages/Layout/menu.tsx | 42 +++++++++++++--------------
frontend/src/routes/routes.ts | 3 +-
3 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/frontend/src/pages/Layout/Sidebar.tsx b/frontend/src/pages/Layout/Sidebar.tsx
index ed71cd9..06a5da3 100644
--- a/frontend/src/pages/Layout/Sidebar.tsx
+++ b/frontend/src/pages/Layout/Sidebar.tsx
@@ -118,7 +118,7 @@ const AsiderAndHeaderLayout = () => {
{sidebarOpen ? (
-
@@ -137,7 +137,7 @@ const AsiderAndHeaderLayout = () => {
-
+ */}
) : (
-
*/}