This commit is contained in:
lzp
2026-02-27 17:32:56 +08:00
parent 9f9c3c01d4
commit 97a8901d69
5 changed files with 17 additions and 7 deletions

View File

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