We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc400b5 commit 0675362Copy full SHA for 0675362
ui/src/router/modules/function-lib.ts
@@ -8,7 +8,7 @@ const functionLibRouter = {
8
children: [
9
{
10
path: '/function-lib',
11
- name: 'function-lib',
+ name: 'function-lib-index',
12
meta: { title: '函数库主页', activeMenu: '/function-lib' },
13
component: () => import('@/views/function-lib/index.vue')
14
}
0 commit comments