[1078] 修复标签显示错误
This commit is contained in:
@@ -90,9 +90,11 @@ export const constantRoutes = [
|
|||||||
meta: { title: '国标设备', icon: 'device' }
|
meta: { title: '国标设备', icon: 'device' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
hidden: true,
|
||||||
path: '/device/record/:deviceId/:channelDeviceId',
|
path: '/device/record/:deviceId/:channelDeviceId',
|
||||||
name: 'DeviceRecord',
|
name: 'DeviceRecord',
|
||||||
component: () => import('@/views/device/channel/record'),
|
component: () => import('@/views/device/channel/record'),
|
||||||
|
meta: { title: '国标录像' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/jtDevice',
|
path: '/jtDevice',
|
||||||
@@ -101,9 +103,11 @@ export const constantRoutes = [
|
|||||||
meta: { title: '部标设备', icon: 'jtDevice' }
|
meta: { title: '部标设备', icon: 'jtDevice' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
hidden: true,
|
||||||
path: '/jtDevice/record/:phoneNumber/:channelId',
|
path: '/jtDevice/record/:phoneNumber/:channelId',
|
||||||
name: 'JTDeviceRecord',
|
name: 'JTDeviceRecord',
|
||||||
component: () => import('@/views/jtDevice/channel/record')
|
component: () => import('@/views/jtDevice/channel/record'),
|
||||||
|
meta: { title: '部标录像' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/push',
|
path: '/push',
|
||||||
|
|||||||
Reference in New Issue
Block a user