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