diff --git a/src/router/index.js b/src/router/index.js index 4b0cc95..30eaabd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -26,6 +26,11 @@ const routes = [ } ] }, + { + path: '/login', + component: () => import('@v/user/TheLogin.vue'), + meta: { layout: 'NoLayout' }, + }, { path: '/sample', component: () => import('@c/calendar/SampleCalendar.vue'),