新增系统管理路由配置,包括用户管理、部门管理、角色管理、菜单管理和定时任务管理。

This commit is contained in:
刘倡
2025-07-11 17:26:28 +08:00
parent dcdf1e75f1
commit d594ad95e0
6 changed files with 627 additions and 1 deletions

View File

@ -174,6 +174,43 @@ const BasicLayout: React.FC<BasicLayoutProps> = (props) => {
],
"feignFlag": null
},
{
"menuId": "99",
"path": "",
"name": "系统管理",
"icon": "BookOutlined",
"menuScope": "EBTP",
"menuOu": null,
"isTop": 0,
"children": [
{
"path": "/System/User",
"name": "用户管理",
"frame": "N"
},
{
"path": "/System/Dept",
"name": "部门管理",
"frame": "N"
},
{
"path": "/System/Role",
"name": "角色管理",
"frame": "N"
},
{
"path": "/System/Menu",
"name": "菜单管理",
"frame": "N"
},
{
"path": "/System/Scheduled",
"name": "定时任务管理",
"frame": "N"
}
],
"feignFlag": null
},
{
"menuId": "41",
"path": "",