通用通道支持停止实时流

This commit is contained in:
lin
2025-08-01 15:58:30 +08:00
parent 3f6264cad9
commit c75122008c
11 changed files with 709 additions and 132 deletions

View File

@@ -70,12 +70,19 @@ export const constantRoutes = [
path: '/channel',
component: Layout,
redirect: '/channel',
onlyIndex: 0,
children: [{
path: '',
path: '/channel',
name: 'Channel',
component: () => import('@/views/channel/index'),
meta: {title: '通道列表', icon: 'channelManger'}
}]
},
{
path: '/channel/record/:channelId',
name: 'CommonRecord',
component: () => import('@/views/channel/record')
}
]
},
{
path: '/device',