[1078] 修复标签显示错误

This commit is contained in:
lin
2025-07-07 17:42:08 +08:00
parent fae839af05
commit 17c967ed4e

View File

@@ -90,9 +90,11 @@ export const constantRoutes = [
meta: { title: '国标设备', icon: 'device' }
},
{
hidden: true,
path: '/device/record/:deviceId/:channelDeviceId',
name: 'DeviceRecord',
component: () => import('@/views/device/channel/record'),
meta: { title: '国标录像' }
},
{
path: '/jtDevice',
@@ -101,9 +103,11 @@ export const constantRoutes = [
meta: { title: '部标设备', icon: 'jtDevice' }
},
{
hidden: true,
path: '/jtDevice/record/:phoneNumber/:channelId',
name: 'JTDeviceRecord',
component: () => import('@/views/jtDevice/channel/record')
component: () => import('@/views/jtDevice/channel/record'),
meta: { title: '部标录像' }
},
{
path: '/push',