chenhaozhe
2025-08-13 2b1caeb8defa28b2dc769da5ca23c77873eb36d9
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('此设备不支持设备搜索功能!');
                  }
               }
            })