Skip to content

Commit 0675362

Browse files
committed
fix: 修复前端路由警告
1 parent dc400b5 commit 0675362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/router/modules/function-lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const functionLibRouter = {
88
children: [
99
{
1010
path: '/function-lib',
11-
name: 'function-lib',
11+
name: 'function-lib-index',
1212
meta: { title: '函数库主页', activeMenu: '/function-lib' },
1313
component: () => import('@/views/function-lib/index.vue')
1414
}

0 commit comments

Comments
 (0)