From f1ffcc72fc62ac0e43ddf02fbb0b3c8de7faea92 Mon Sep 17 00:00:00 2001 From: peng Date: Wed, 22 Oct 2025 15:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=20-=20=E8=AF=84=E5=AE=A1=E5=89=8D=E5=8F=AF=E7=94=A8?= =?UTF-8?q?=E7=89=88=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crop-x/src/app/(app)/central-config/page.tsx | 112 +----------------- crop-x/src/app/(app)/layout.tsx | 6 +- .../components/layouts/SideBar/SideBarOld.tsx | 2 +- .../SideBar/components/MainContent.tsx | 2 +- 4 files changed, 7 insertions(+), 115 deletions(-) diff --git a/crop-x/src/app/(app)/central-config/page.tsx b/crop-x/src/app/(app)/central-config/page.tsx index 1f07602..69d50d2 100644 --- a/crop-x/src/app/(app)/central-config/page.tsx +++ b/crop-x/src/app/(app)/central-config/page.tsx @@ -8,116 +8,6 @@ export const metadata: Metadata = { export default function CentralConfigPage() { return ( -
-
-

- 中心配置管理系统 -

-

- 租户管理、用户权限、系统参数和消息中心配置 -

- -
- -

- 🏢 租户管理 -

-

- 租户创建、配置和授权管理 -

- - - -

- 👥 用户管理 -

-

- 用户账号和角色权限管理 -

- - - -

- 🔧 系统参数 -

-

- 基础配置和业务规则设置 -

- - - -

- 📈 系统监控 -

-

- 性能监控和日志管理 -

- - - -

- 📨 消息中心 -

-

- 消息推送和通知设置管理 -

- -
-
- -
-
-

- 📊 系统概览 -

-
-
- 活跃租户 - 12 个 -
-
- 注册用户 - 248 人 -
-
- 系统运行时间 - 99.8% -
-
-
- -
-

- 🔧 快速操作 -

-
- - - -
-
-
-
+
一级菜单不具备功能,请移步三级菜单使用!谢谢!
) } \ No newline at end of file diff --git a/crop-x/src/app/(app)/layout.tsx b/crop-x/src/app/(app)/layout.tsx index 6b74acb..443e505 100644 --- a/crop-x/src/app/(app)/layout.tsx +++ b/crop-x/src/app/(app)/layout.tsx @@ -7,10 +7,12 @@ export default function DashboardLayout({ }) { return (
- + {/* 布局 UI */} {/* 将 children 放在您希望渲染页面或嵌套布局的位置 */} -
{children}
+
+ + {children}
) } \ No newline at end of file diff --git a/crop-x/src/components/layouts/SideBar/SideBarOld.tsx b/crop-x/src/components/layouts/SideBar/SideBarOld.tsx index e50d93c..e1343df 100644 --- a/crop-x/src/components/layouts/SideBar/SideBarOld.tsx +++ b/crop-x/src/components/layouts/SideBar/SideBarOld.tsx @@ -248,7 +248,7 @@ export function SideBarOld({ }; return ( -
+
{/* 左侧导航栏 */} +
{/* 顶部导航栏 */}