mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge branch 'main' of https://github.com/maxkb-dev/maxkb
This commit is contained in:
commit
95a420ba82
|
|
@ -9,7 +9,8 @@ const applicationRouter = {
|
|||
children: [
|
||||
{
|
||||
path: '/application',
|
||||
name: 'application',
|
||||
name: 'application-index',
|
||||
meta: { title: '应用主页', activeMenu: '/application' },
|
||||
component: () => import('@/views/application/index.vue')
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ const datasetRouter = {
|
|||
children: [
|
||||
{
|
||||
path: '/dataset',
|
||||
name: 'dataset',
|
||||
name: 'dataset-index',
|
||||
meta: { title: '知识库主页', activeMenu: '/dataset' },
|
||||
component: () => import('@/views/dataset/index.vue')
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ 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