diff --git a/web/src/router/index.js b/web/src/router/index.js index c39b7c45c..ab3f885dd 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -250,17 +250,18 @@ export const constantRoutes = [ } ] }, - { - path: '/algorithmConfig', - component: Layout, - redirect: '/algorithmConfig', - children: [{ - path: '', - name: 'AlgorithmConfig', - component: () => import('@/views/algorithmConfig/index'), - meta: { title: '算法配置', icon: 'algorithm' } - }] - }, + // 算法配置已集成到摄像头配置的 ROI 选区中,不再单独展示 + // { + // path: '/algorithmConfig', + // component: Layout, + // redirect: '/algorithmConfig', + // children: [{ + // path: '', + // name: 'AlgorithmConfig', + // component: () => import('@/views/algorithmConfig/index'), + // meta: { title: '算法配置', icon: 'algorithm' } + // }] + // }, { path: '/user', component: Layout,