1
0
forked from dyf/APP

自动更新,从多个接口更新,避免单一的接口挂掉了无法更新

This commit is contained in:
liub
2025-09-19 13:46:33 +08:00
parent 482a47bd4f
commit 1cd9853f2f
4 changed files with 136 additions and 87 deletions

View File

@ -148,7 +148,7 @@ class BleHelper {
}
linkAllDevices() {
console.log("模块启动时,自动连接已连接过的设备", this.data.LinkedList);
// console.log("模块启动时,自动连接已连接过的设备", this.data.LinkedList);
if (this.data.LinkedList && this.data.LinkedList.length > 0) {
for (var i = 0; i < this.data.LinkedList.length; i++) {