mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-05 13:11:43 +00:00
【新增】 IOT 设备管理,设备详情
This commit is contained in:
@@ -622,6 +622,17 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
activeMenu: '/iot/product'
|
||||
},
|
||||
component: () => import('@/views/iot/product/detail/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'device/detail/:id',
|
||||
name: 'IoTDeviceDetail',
|
||||
meta: {
|
||||
title: '设备详情',
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
activeMenu: '/iot/device'
|
||||
},
|
||||
component: () => import('@/views/iot/device/detail/index.vue')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user