|
|
@@ -88,7 +88,7 @@ export const checkInfo = defineStore('checkInfo', () => {
|
|
|
clearInterval(CKTimerInterval)
|
|
|
checkTime.value = 0
|
|
|
mcu.isInitSend = false
|
|
|
- return '拍照机初始化失败,请重新监测!';
|
|
|
+ return '拍照机连接失败,请重新检查,可以尝试重新启动拍照机,插拔USB口,强制初始化等!';
|
|
|
}
|
|
|
for (const device of Object.values(devices)) {
|
|
|
if (device.status === -1 && device.msg_type !== 'connect_bluetooth') {
|