This commit is contained in:
aihe 2024-05-14 22:56:44 +08:00
parent 405b874df3
commit 99d4eb8cf7
2 changed files with 2 additions and 8 deletions

View File

@ -168,11 +168,8 @@ export default {
}
let conSta = await this.$refs.curBlueTooth.autoConnect()
if(conSta) {
let { bl } = this.checkPrintParam()
if(bl) {
await this.handlePrint()
return true
}
await this.handlePrint()
return true
}
} catch(e){
}

View File

@ -130,9 +130,6 @@ export default {
let { deviceId, serviceId, characteristicId } = getSessionBluetoothInfo()
return {
showConnectPage: true,
canvasId: 'shareCanvas',
canvas_width: 240,
canvas_height: 240,
curTab: 0,
searchLoading: false,
devices: [],