refactor(web): 移除独立算法配置页面
- 注释掉 /algorithmConfig 路由 - 算法调配功能已集成到摄像头配置的 ROI 选区中 - ROI配置页面通过 RoiAlgorithmBind 组件支持完整的算法绑定 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -250,17 +250,18 @@ export const constantRoutes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// 算法配置已集成到摄像头配置的 ROI 选区中,不再单独展示
|
||||||
path: '/algorithmConfig',
|
// {
|
||||||
component: Layout,
|
// path: '/algorithmConfig',
|
||||||
redirect: '/algorithmConfig',
|
// component: Layout,
|
||||||
children: [{
|
// redirect: '/algorithmConfig',
|
||||||
path: '',
|
// children: [{
|
||||||
name: 'AlgorithmConfig',
|
// path: '',
|
||||||
component: () => import('@/views/algorithmConfig/index'),
|
// name: 'AlgorithmConfig',
|
||||||
meta: { title: '算法配置', icon: 'algorithm' }
|
// component: () => import('@/views/algorithmConfig/index'),
|
||||||
}]
|
// meta: { title: '算法配置', icon: 'algorithm' }
|
||||||
},
|
// }]
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
path: '/user',
|
path: '/user',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
|
|||||||
Reference in New Issue
Block a user