Merge branch 'master' into 重构/1078

This commit is contained in:
lin
2025-08-01 19:00:13 +08:00
22 changed files with 1205 additions and 276 deletions

View File

@@ -70,12 +70,20 @@ 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'}
}]
meta: { title: '通道列表', icon: 'channelManger'}
},
{
path: '/channel/record/:channelId',
name: 'CommonRecord',
component: () => import('@/views/channel/record'),
meta: { title: '设备录像' }
}
]
},
{
path: '/device',