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 ( -
+
{/* 左侧导航栏 */} +
{/* 顶部导航栏 */}