components/blueToothConnector/blueToothConnector.vue
@@ -96,12 +96,8 @@ }, fail: async (e) => { console.error(e) switch (e.code) { case "10009": this.showToast("此设备不支持设备搜索功能!"); break; default: console.error(e); if(e.errCode == 10009) { this.showToast('此设备不支持设备搜索功能!'); } } })