初始化
This commit is contained in:
@@ -6,7 +6,7 @@ import MainLayout from '@/layouts/Header.vue'
|
|||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
component: MainLayout,
|
// component: MainLayout,
|
||||||
children: [
|
children: [
|
||||||
{ path: '', name: 'Home', component: () => import('@/views/index/index.vue') },
|
{ path: '', name: 'Home', component: () => import('@/views/index/index.vue') },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user