Revert "feat(aiot): 截图持久化 + ROI 显示修复 + 告警图片代理"

This reverts commit 547dfdd5f4.
This commit is contained in:
2026-03-03 17:04:23 +08:00
parent 547dfdd5f4
commit 86518ab163
16 changed files with 25 additions and 399 deletions

View File

@@ -233,17 +233,6 @@ export const constantRoutes = [
}
]
},
{
path: '/alertList',
component: Layout,
redirect: '/alertList',
children: [{
path: '',
name: 'AlertList',
component: () => import('@/views/alertList/index'),
meta: { title: '告警记录', icon: 'el-icon-warning' }
}]
},
{
path: '/cameraConfig',
component: Layout,