修改路由顺序

This commit is contained in:
zhenghl 2026-01-05 21:47:30 +08:00
parent 4524bee4c0
commit c0362d6cf4
1 changed files with 6 additions and 6 deletions

View File

@ -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'),