合并代码

This commit is contained in:
liub
2026-03-19 14:37:58 +08:00
parent ac59e28281
commit 84feb9f1e8
7 changed files with 150 additions and 162 deletions

View File

@ -385,7 +385,7 @@
}
let f = ble.data.LinkedList.find((v) => {
if (v.macAddress == device.deviceMac) {
console.log("找到设备了", v);
// console.log("找到设备了", v);
these.formData.deviceId = v.deviceId;
return true;
}