로그인 추가

This commit is contained in:
yoon 2025-01-17 10:48:32 +09:00
parent c94ab475ab
commit a9a454db01

View File

@ -32,12 +32,11 @@ const routes = [
} }
] ]
}, },
// 레이아웃 필요없을 때 예시 {
// { path: '/login',
// path: '/login', component: () => import('@v/user/TheLogin.vue'),
// component: () => import('@v/user/TheLogin.vue'), meta: { layout: 'NoLayout' },
// meta: { layout: 'NoLayout' }, },
// },
{ {
path: '/vacation', path: '/vacation',
component: () => import('@v/vacation/VacationManagement.vue'), component: () => import('@v/vacation/VacationManagement.vue'),