1
0
forked from dyf/APP

添加全局蓝牙监听

This commit is contained in:
liub
2025-08-18 16:33:06 +08:00
parent 585bd76a0a
commit 793fe7132b
2 changed files with 35 additions and 109 deletions

View File

@ -311,6 +311,7 @@
methods: {
getDevice: function() {
console.log("LinkedList=", ble.data.LinkedList);
console.log("formData=", these.formData);
let f = ble.data.LinkedList.find((v) => {
return v.deviceId == these.formData.deviceId;
});