Commit 1d7da969 authored by xxx's avatar xxx

1

parent 10017b47
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
loading: false, loading: false,
keyboardShow:false, keyboardShow:false,
keyboardShowType:'', keyboardShowType:'',
//设备OAID:effeffe9-7ffd-652d-e9ef-3b24ebc8391f //设备OAID
deviceOAID:'', deviceOAID:'',
//判断设备是否与车绑定 //判断设备是否与车绑定
bindingStatus:false, bindingStatus:false,
......
...@@ -247,12 +247,8 @@ export default { ...@@ -247,12 +247,8 @@ export default {
}, },
getSerialReceiveIndex() { getSerialReceiveIndex() {
let cont = ""; let cont = "";
if(window.SerialPort.receive()){ cont = window.SerialPort.receive();
cont = window.SerialPort.receive() console.log('SerialPort',cont);
console.log('SerialPort',cont);
}else{
console.log('无receive方法');
}
}, },
//初始化weosocket //初始化weosocket
initWebSocketIndex(){ 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