feat:【system】通知公告 100%

This commit is contained in:
YunaiV
2025-12-17 09:06:24 +08:00
parent aafd7da31f
commit 3c5b99c88b
5 changed files with 582 additions and 0 deletions

View File

@@ -69,6 +69,14 @@ const menuGroupsData: MenuGroup[] = [
iconColor: '#eb2f96',
permission: 'system:post:query',
},
{
key: 'notice',
name: '通知公告',
icon: 'spool',
url: '/pages-system/notice/index',
iconColor: '#faad14',
permission: 'system:notice:query',
},
],
},
{