|
|
@@ -88,7 +88,7 @@ export const checkInfo = defineStore('checkInfo', () => {
|
|
|
clearInterval(CKTimerInterval)
|
|
|
checkTime.value = 0
|
|
|
mcu.isInitSend = false
|
|
|
- return '拍照机连接失败,请重新检查,可以尝试重新启动拍照机,插拔USB口,强制初始化等!';
|
|
|
+ return '拍照机连接失败,请重新检查,可以尝试重新启动拍照机,插拔USB口,强制初始化等,请检查相机和支撑转盘是否待机休眠。如果确认未休眠,请检查各种连接线是否,正常连上。然后再重试一次,一直无法解决问题,请致电:15957854217,18805712182。';
|
|
|
}
|
|
|
for (const device of Object.values(devices)) {
|
|
|
if (device.status === -1 && device.msg_type !== 'connect_bluetooth') {
|