|
@@ -76,7 +76,7 @@ export const checkInfo = defineStore('checkInfo', () => {
|
|
|
return '拍照机初始化失败,请重新监测!';
|
|
return '拍照机初始化失败,请重新监测!';
|
|
|
}
|
|
}
|
|
|
for (const device of Object.values(devices)) {
|
|
for (const device of Object.values(devices)) {
|
|
|
- if (device.status === -1) {
|
|
|
|
|
|
|
+ if (device.status === -1 && device.msg_type !== 'connect_bluetooth') {
|
|
|
clearInterval(CKTimerInterval)
|
|
clearInterval(CKTimerInterval)
|
|
|
checkTime.value = 0
|
|
checkTime.value = 0
|
|
|
mcu.isInitSend = false
|
|
mcu.isInitSend = false
|