Commit 1d7da969 authored by xxx's avatar xxx

1

parent 10017b47
......@@ -57,7 +57,7 @@ export default {
loading: false,
keyboardShow:false,
keyboardShowType:'',
//设备OAID:effeffe9-7ffd-652d-e9ef-3b24ebc8391f
//设备OAID
deviceOAID:'',
//判断设备是否与车绑定
bindingStatus:false,
......
......@@ -247,12 +247,8 @@ export default {
},
getSerialReceiveIndex() {
let cont = "";
if(window.SerialPort.receive()){
cont = window.SerialPort.receive()
cont = window.SerialPort.receive();
console.log('SerialPort',cont);
}else{
console.log('无receive方法');
}
},
//初始化weosocket
initWebSocketIndex(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment