feat:【IoT 物联网】完善设备消息的查询

This commit is contained in:
YunaiV
2025-06-14 11:10:47 +08:00
parent a33eda3b1c
commit f17404615e
8 changed files with 214 additions and 238 deletions

View File

@@ -733,17 +733,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
activeMenu: '/iot/device/device'
},
component: () => import('@/views/iot/device/device/detail/index.vue')
},
{
path: 'plugin/detail/:id',
name: 'IoTPluginDetail',
meta: {
title: '插件详情',
noCache: true,
hidden: true,
activeMenu: '/iot/plugin'
},
component: () => import('@/views/iot/plugin/detail/index.vue')
}
]
}