主页框架更新
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user