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

(cherry picked from commit 04f34f796e)
This commit is contained in:
shaohuzhang1 2024-12-09 18:05:05 +08:00 committed by shaohuzhang1
parent a3a3dc95ad
commit 87f3c88fd2

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