蓝牙设备添加断开重连提示

This commit is contained in:
liub
2026-02-13 16:58:11 +08:00
parent 1aa11a7a38
commit db8f14525b
11 changed files with 131 additions and 86 deletions

View File

@ -617,7 +617,11 @@ import request, { baseURL } from '@/utils/request.js';
return;
}
if (res.deviceId == these.formData.deviceId) {
this.formData.bleStatu = false;
if(res.device){
these.formData.bleStatu = 'connecting';
}else{
this.formData.bleStatu = false;
}
setTimeout(() => {
hideLoading(these, 1000);
});