mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
parent
882d577450
commit
a3a3dc95ad
|
|
@ -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')
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ const functionLibRouter = {
|
|||
{
|
||||
path: '/function-lib',
|
||||
name: 'function-lib',
|
||||
meta: { title: '函数库主页', activeMenu: '/function-lib' },
|
||||
component: () => import('@/views/function-lib/index.vue')
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue