Commit cbe71d47 authored by xxx's avatar xxx

1

parent f0b69608
...@@ -274,9 +274,13 @@ export default { ...@@ -274,9 +274,13 @@ export default {
console.log("indexWebsocketMessage",e); console.log("indexWebsocketMessage",e);
if(e == undefined){ if(e == undefined){
return return
}else{
if(this.antennaConnectorBoolean){
}else{ }else{
this.antennaConnectorBoolean = true; this.antennaConnectorBoolean = true;
} }
}
}, },
//WebSocket数据发送 //WebSocket数据发送
websocketsendIndex(agentData){ websocketsendIndex(agentData){
......
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