1
0
forked from dyf/APP

增加6155、650跳转

This commit is contained in:
liub
2025-08-14 17:27:10 +08:00
parent 958a74101e
commit 6650334525

View File

@ -517,7 +517,7 @@
ack: function(data) {}
},
success: (res) => {
res.eventChannel.emit('detailData', {
res.eventChannel.emit('deviceControl', {
data: item
});
}
@ -530,7 +530,7 @@
ack: function(data) {}
},
success: (res) => {
res.eventChannel.emit('detailData', {
res.eventChannel.emit('deviceControl', {
data: item
});
}