通用通道支持录像回放以及录像控制

This commit is contained in:
lin
2025-08-01 18:59:15 +08:00
parent c75122008c
commit 09f1ef20a7
18 changed files with 537 additions and 185 deletions

View File

@@ -75,12 +75,13 @@ export const constantRoutes = [
path: '/channel',
name: 'Channel',
component: () => import('@/views/channel/index'),
meta: {title: '通道列表', icon: 'channelManger'}
meta: { title: '通道列表', icon: 'channelManger'}
},
{
path: '/channel/record/:channelId',
name: 'CommonRecord',
component: () => import('@/views/channel/record')
component: () => import('@/views/channel/record'),
meta: { title: '设备录像' }
}
]
},