good version for 算法注册
This commit is contained in:
@@ -16,7 +16,8 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'Algorithms',
|
||||
component: () => import('../views/AlgorithmsView.vue'),
|
||||
meta: {
|
||||
title: '算法列表'
|
||||
title: '算法展示平台',
|
||||
requiresAuth: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -93,6 +94,22 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: '服务注册'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'config',
|
||||
name: 'AdminConfigManagement',
|
||||
component: () => import('../views/admin/AdminConfigManagementView.vue'),
|
||||
meta: {
|
||||
title: '配置管理'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'comparison',
|
||||
name: 'AdminAlgorithmComparison',
|
||||
component: () => import('../views/admin/AdminAlgorithmComparisonView.vue'),
|
||||
meta: {
|
||||
title: '算法效果比较'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user