添加102

This commit is contained in:
liub
2025-11-14 17:28:20 +08:00
parent c8f5567285
commit cb9ed0b1da
19 changed files with 3786 additions and 76 deletions

View File

@ -386,11 +386,11 @@
Promise.allSettled(promis).finally(() => {
ble.StopSearch().finally(res => {
// console.log("停止搜索成功");
console.log("停止搜索成功");
these.EquipMents = [];
these.PairEquip = [];
ble.StartSearch().then(result => {
// console.log("开始搜索成功");
console.log("开始搜索成功");
}).catch(err => {
console.error("开始搜索失败,err=", err);
if (err.code === 10001) {