feat(router): 删除无用路由
This commit is contained in:
parent
4a10f16e5a
commit
ceb624930b
|
@ -1179,12 +1179,12 @@ export const constantRoutes = [
|
||||||
component: () => import('@/views/announcement/noticeList/index'),
|
component: () => import('@/views/announcement/noticeList/index'),
|
||||||
meta: { title: '公告详情' }
|
meta: { title: '公告详情' }
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'email',
|
// path: 'email',
|
||||||
name: 'Emailed',
|
// name: 'Emailed',
|
||||||
meta: { title: '站内信' },
|
// meta: { title: '站内信' },
|
||||||
component: () => import('@/views/announcement/email/index')
|
// component: () => import('@/views/announcement/email/index')
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'noticeList/admin',
|
path: 'noticeList/admin',
|
||||||
name: 'NoticeAdmin',
|
name: 'NoticeAdmin',
|
||||||
|
@ -1206,12 +1206,12 @@ export const constantRoutes = [
|
||||||
hidden: true
|
hidden: true
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: 'email/details',
|
// path: 'email/details',
|
||||||
name: 'emailDetails',
|
// name: 'emailDetails',
|
||||||
component: () => import('@/views/announcement/email/details'),
|
// component: () => import('@/views/announcement/email/details'),
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// path: 'feedback/detail',
|
// path: 'feedback/detail',
|
||||||
|
|
Loading…
Reference in New Issue