初始化

This commit is contained in:
李琦
2026-06-26 15:03:31 +08:00
parent aea4c9c61b
commit c38b01b4d2

View File

@@ -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') },
] ]