主页框架更新

This commit is contained in:
李志鹏
2026-02-03 11:11:04 +08:00
parent 6f8091a5c5
commit e8de1ac3b4
20 changed files with 379 additions and 16 deletions

View File

@@ -30,9 +30,10 @@ const router = createRouter({
component: () => import('../views/home/index.vue'),
children: [
{
path: '',
path: 'test',
name: 'test',
component: () => import('../views/home/test.vue')
component: () => import('../views/home/test.vue'),
meta: { topNavStyle: '2' }
}
]
},