This commit is contained in:
qsh
2024-09-05 17:35:19 +08:00
parent 41e256aabb
commit ecc89f47bb
4 changed files with 84 additions and 0 deletions

View File

@@ -181,6 +181,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
noTagsView: true
}
},
{
path: '/nm-detail',
component: () => import('@/views/Profile/NotifyMessageDetail.vue'),
name: 'NMDetail',
meta: {
hidden: true,
title: '通知详情',
noTagsView: true
}
},
{
path: '/403',
component: () => import('@/views/Error/403.vue'),