fix: 修复前端路由警告 (#1797)
This commit is contained in:
parent
dc400b506d
commit
04f34f796e
@ -8,7 +8,7 @@ const functionLibRouter = {
|
||||
children: [
|
||||
{
|
||||
path: '/function-lib',
|
||||
name: 'function-lib',
|
||||
name: 'function-lib-index',
|
||||
meta: { title: '函数库主页', activeMenu: '/function-lib' },
|
||||
component: () => import('@/views/function-lib/index.vue')
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user