修改路由顺序
This commit is contained in:
parent
4524bee4c0
commit
c0362d6cf4
|
|
@ -2951,18 +2951,18 @@ export const constantRoutes = [{
|
|||
name: 'notice',
|
||||
meta: { title: '除名告知通知书管理' }
|
||||
},
|
||||
{
|
||||
path: 'audit',
|
||||
component: () => import('@/views/expelled/audit'),
|
||||
name: 'audit',
|
||||
meta: { title: '执行决定管理' }
|
||||
},
|
||||
{
|
||||
path: 'objection',
|
||||
component: () => import('@/views/expelled/objection'),
|
||||
name: 'objection',
|
||||
meta: { title: '除名异议管理' }
|
||||
},
|
||||
{
|
||||
path: 'audit',
|
||||
component: () => import('@/views/expelled/audit'),
|
||||
name: 'audit',
|
||||
meta: { title: '执行决定管理' }
|
||||
},
|
||||
{
|
||||
path: 'announcement',
|
||||
component: () => import('@/views/expelled/announcement'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue