[部标1078] 适配新UI

This commit is contained in:
648540858
2025-05-11 08:01:45 +08:00
parent 10c75036f5
commit c4ab55a456
11 changed files with 2403 additions and 0 deletions

View File

@@ -86,6 +86,26 @@ export const constantRoutes = [
}
]
},
{
path: '/jtDevice',
component: Layout,
redirect: '/jtDevice',
onlyIndex: 0,
children: [
{
path: '',
name: 'JTDevice',
component: () => import('@/views/jtDevice/index'),
meta: { title: '部标设备', icon: 'jtDevice' }
},
{
path: '/jtDevice/record/:deviceId/:channelDeviceId',
name: 'JTDeviceRecord',
component: () => import('@/views/jtDevice/channel/record'),
meta: { title: '部标录像' }
}
]
},
{
path: '/push',
component: Layout,