feat: 新增公告管理

This commit is contained in:
ccnetcore
2026-01-24 22:08:54 +08:00
parent 1ada6360d4
commit 2845f03250
13 changed files with 902 additions and 8 deletions

View File

@@ -231,6 +231,14 @@ export const layoutRouter: RouteRecordRaw[] = [
title: '意心Ai-系统统计',
},
},
{
path: 'announcement',
name: 'consoleAnnouncement',
component: () => import('@/pages/console/announcement/index.vue'),
meta: {
title: '意心Ai-公告管理',
},
},
],
},
],