diff --git a/src/router/routes.js b/src/router/routes.js index e7d216479..d1c877305 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -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, }, ], },