新增mqtt文件,订阅设备消息

This commit is contained in:
fengerli
2025-09-04 13:35:39 +08:00
parent 4749cdce3c
commit 520d6b2b1a
7 changed files with 393 additions and 522 deletions

View File

@ -301,8 +301,6 @@ const resetQuery = () => {
/** 设备控制跳转 */
const handleControl = (row: any) => {
console.log(row,'row1111');
const deviceId = row.id;
router.push('/controlCenter/6170/' + deviceId);
};