初始化
This commit is contained in:
@@ -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') },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user