feat(router): 删除无用路由

This commit is contained in:
woody 2025-05-22 17:20:59 +08:00
parent 4a10f16e5a
commit ceb624930b
1 changed files with 12 additions and 12 deletions

View File

@ -1179,12 +1179,12 @@ export const constantRoutes = [
component: () => import('@/views/announcement/noticeList/index'),
meta: { title: '公告详情' }
},
{
path: 'email',
name: 'Emailed',
meta: { title: '站内信' },
component: () => import('@/views/announcement/email/index')
},
// {
// path: 'email',
// name: 'Emailed',
// meta: { title: '站内信' },
// component: () => import('@/views/announcement/email/index')
// },
{
path: 'noticeList/admin',
name: 'NoticeAdmin',
@ -1206,12 +1206,12 @@ export const constantRoutes = [
hidden: true
},
{
path: 'email/details',
name: 'emailDetails',
component: () => import('@/views/announcement/email/details'),
hidden: true
},
// {
// path: 'email/details',
// name: 'emailDetails',
// component: () => import('@/views/announcement/email/details'),
// hidden: true
// },
// {
// path: 'feedback/detail',