添加页面

This commit is contained in:
zhengw
2026-02-02 16:58:37 +08:00
parent bdee04ad67
commit 1c0e0b265d
38 changed files with 1575 additions and 10 deletions

View File

@@ -116,4 +116,48 @@ export const menuConfig = [
},
],
},
{
title: '用户管理',
icon: 'usergroup',
iconColor: iconColor,
children: [
{
title: '组织架构',
url: '/pages/manage/department/department',
auth: 'SF_ERP_DEPART_VIEW',
},
{
title: '岗位角色',
url: '/pages/manage/group/group',
auth: 'SF_ERP_GROUP_VIEW',
},
{
title: '员工管理',
url: '/pages/manage/staff/staff',
auth: 'SF_ERP_STAFF_VIEW',
},
{
title: '我的权限',
url: '/pages/manage/my/my',
auth: 'SF_MY_RIGHT_VIEW',
},
],
},
{
title: '日志查看',
icon: 'catalog',
iconColor: iconColor,
children: [
{
title: '登录日志',
url: '/pages/logs/loginLog/loginLog',
auth: 'SF_ERP_LOG_VIEW',
},
{
title: '操作日志',
url: '/pages/logs/operateLog/operateLog',
auth: 'SF_ERP_LOG_VIEW',
},
],
},
];