feat:【system】操作日志 50%

This commit is contained in:
YunaiV
2025-12-17 13:07:45 +08:00
parent 3676cd702b
commit 9ae1cb9bdf
5 changed files with 480 additions and 0 deletions

View File

@@ -77,6 +77,14 @@ const menuGroupsData: MenuGroup[] = [
iconColor: '#faad14',
permission: 'system:notice:query',
},
{
key: 'operateLog',
name: '操作日志',
icon: 'notes',
url: '/pages-system/operate-log/index',
iconColor: '#722ed1',
permission: 'system:operate-log:query',
},
],
},
{