feat: 重构公告及消息,公告支持系统消息推送提醒、定时发布、置顶、记录读取状态

This commit is contained in:
2025-05-20 22:37:06 +08:00
parent feef35f541
commit abf3f13041
19 changed files with 316 additions and 151 deletions

View File

@@ -63,8 +63,8 @@ export const systemRoutes: RouteRecordRaw[] = [
{
path: '/user/notice',
name: 'UserNotice',
component: () => import('@/views/user/message/components/detail/index.vue'),
meta: { title: '公告详情' },
component: () => import('@/views/user/message/components/view/index.vue'),
meta: { title: '查看公告' },
},
],
},