fix: 修复前端路由警告 (#1797)

This commit is contained in:
shaohuzhang1 2024-12-09 18:05:05 +08:00 committed by GitHub
parent dc400b506d
commit 04f34f796e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')
}