فهرست منبع

mod:去掉 蓝牙 错误 提醒

panqiuyao 7 ماه پیش
والد
کامیت
cdc4aef92f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/src/stores/modules/check.ts

+ 1 - 1
frontend/src/stores/modules/check.ts

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