快速筛选优化 增加公告
This commit is contained in:
@@ -37,6 +37,18 @@ export const mobileRoutes: RouteRecordRaw[] = [
|
||||
component: () => import('@/features/chats/views/MobileMessagesView.vue'),
|
||||
meta: { layout: 'blank', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/m/announcements',
|
||||
name: 'mobile-announcements',
|
||||
component: () => import('@/features/announcement/views/MobileAnnouncementsView.vue'),
|
||||
meta: { layout: 'blank' },
|
||||
},
|
||||
{
|
||||
path: '/m/announcements/:id',
|
||||
name: 'mobile-announcement-detail',
|
||||
component: () => import('@/features/announcement/views/MobileAnnouncementDetailView.vue'),
|
||||
meta: { layout: 'blank' },
|
||||
},
|
||||
{
|
||||
path: '/m/chats/:id',
|
||||
name: 'mobile-chat',
|
||||
|
||||
Reference in New Issue
Block a user