fix: remove route
This commit is contained in:
parent
ef6a7f5049
commit
b28b736451
1 changed files with 0 additions and 6 deletions
|
|
@ -21,12 +21,6 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'PersonnelManagement',
|
||||
component: () => import('pages/02_personnel-management/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/personnel-management/:id',
|
||||
name: 'PersonnelInfo',
|
||||
component: () =>
|
||||
import('pages/02_personnel-management/person-info/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue