|
|
@@ -612,6 +612,45 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
]
|
|
|
},
|
|
|
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/iotpms/iotvideopms', // 视频中心
|
|
|
+ component: Layout,
|
|
|
+ name: 'PmsVideoCenter',
|
|
|
+ meta: {
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'video/product/add',
|
|
|
+ component: () => import('@/views/pms/video_center/product/product-edit.vue'),
|
|
|
+ name: 'VideoCenterProductEdit',
|
|
|
+ meta: {
|
|
|
+ noCache: false,
|
|
|
+ hidden: true,
|
|
|
+ canTo: true,
|
|
|
+ icon: 'ep:add',
|
|
|
+ title: t('rem.AddEquipment'),
|
|
|
+ activeMenu: '/video/produvt/add'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'video/device/add',
|
|
|
+ component: () => import('@/views/pms/video_center/device/device-edit.vue'),
|
|
|
+ name: 'VideoCenterDeviceEdit',
|
|
|
+ meta: {
|
|
|
+ noCache: false,
|
|
|
+ hidden: true,
|
|
|
+ canTo: true,
|
|
|
+ icon: 'ep:add',
|
|
|
+ title: t('rem.AddEquipment'),
|
|
|
+ activeMenu: '/video/device/add'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
path: '/iotpms/iotlockstock',
|
|
|
component: Layout,
|
|
|
@@ -2107,7 +2146,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
// }
|
|
|
// },
|
|
|
// 新增/编辑 设备
|
|
|
- {
|
|
|
+ {
|
|
|
path: 'device/device-edit',
|
|
|
component: () => import('@/views/pms/video_center/device/device-edit.vue'),
|
|
|
name: 'VideoCenterDeviceEdit',
|