This commit is contained in:
parent
ceb7642fb7
commit
1b79fd633a
|
@ -9,7 +9,6 @@ const routes = [
|
|||
{
|
||||
path: '/login',
|
||||
component: () => import('../layouts/OutLayout.vue'),
|
||||
props: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
|
@ -22,7 +21,6 @@ const routes = [
|
|||
name: 'TwoFactor',
|
||||
meta: { title: 'twoFactor' },
|
||||
component: () => import('../pages/Login/TwoFactor.vue'),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue