fix: remove route

This commit is contained in:
puriphatt 2024-04-19 09:10:35 +07:00
parent ef6a7f5049
commit b28b736451

View file

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