蓝牙设备添加断开重连提示
This commit is contained in:
@ -514,7 +514,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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user