diff --git a/src/router/index.js b/src/router/index.js index 796771d..3c240c5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,7 +6,7 @@ import MainLayout from '@/layouts/Header.vue' const routes = [ { path: '/', - component: MainLayout, + // component: MainLayout, children: [ { path: '', name: 'Home', component: () => import('@/views/index/index.vue') }, ]