mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-15 16:57:40 +08:00
feat: 重构公告及消息,公告支持系统消息推送提醒、定时发布、置顶、记录读取状态
This commit is contained in:
@@ -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: '查看公告' },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user