diff --git a/src/router/routes.ts b/src/router/routes.ts index f7afd9b3..ca05d277 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -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'), - }, ], },