650/670增加关闭探测功能,删除一些跟供应商调试的页面

This commit is contained in:
liub
2025-09-23 08:36:21 +08:00
parent 1cd9853f2f
commit 50373f407d
21 changed files with 125 additions and 15890 deletions

View File

@ -141,7 +141,6 @@
},
onHide: function() {
ble.StopSearch();
},
onUnload() {
@ -173,11 +172,11 @@
}
}
console.log("equip=", these.EquipMents)
// console.log("equip=", these.EquipMents)
}, pagePath);
// console.log("addEquip")
ble.addReceiveCallback((receivData, f, path, arr) => {
if (f.macAddress) {
if (f.macAddress && these.device) {
showLoading(these, {
text: '正在验证设备'
});
@ -200,7 +199,7 @@
onShow: function() {
this.EquipMents = [];
// this.EquipMents = [];
this.PairEquip = [];
ble && ble.StartSearch().catch((ex) => {
if (ex.code == 10001) {