로그인 추가
This commit is contained in:
parent
c94ab475ab
commit
a9a454db01
@ -32,12 +32,11 @@ const routes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 레이아웃 필요없을 때 예시
|
||||
// {
|
||||
// path: '/login',
|
||||
// component: () => import('@v/user/TheLogin.vue'),
|
||||
// meta: { layout: 'NoLayout' },
|
||||
// },
|
||||
{
|
||||
path: '/login',
|
||||
component: () => import('@v/user/TheLogin.vue'),
|
||||
meta: { layout: 'NoLayout' },
|
||||
},
|
||||
{
|
||||
path: '/vacation',
|
||||
component: () => import('@v/vacation/VacationManagement.vue'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user