diff --git a/src/router/index.js b/src/router/index.js index 5d49a59..531dfd8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'),