feat:【system】新增登录日志

This commit is contained in:
YunaiV
2025-12-20 09:37:06 +08:00
parent 8af3f954fd
commit ae3b1db0a5
5 changed files with 401 additions and 1 deletions

View File

@@ -80,11 +80,19 @@ const menuGroupsData: MenuGroup[] = [
{
key: 'operateLog',
name: '操作日志',
icon: 'rootlist',
icon: 'format-horizontal-align-top',
url: '/pages-system/operate-log/index',
iconColor: '#722ed1',
permission: 'system:operate-log:query',
},
{
key: 'loginLog',
name: '登录日志',
icon: 'view-list',
url: '/pages-system/login-log/index',
iconColor: '#1677ff',
permission: 'system:login-log:query',
},
],
},
{