This commit is contained in:
2026-02-05 10:45:02 +08:00
parent 29baa2f786
commit 42f62d9cd6
6 changed files with 20 additions and 3 deletions

View File

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