feat(router): 删除无用路由
This commit is contained in:
parent
4a10f16e5a
commit
ceb624930b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue