登机桥显示字段修改及基础数据航空公司修改

This commit is contained in:
zhouyuejun
2019-02-27 16:38:36 +08:00
parent 6fb51f08fe
commit e1c7a28376
5 changed files with 22 additions and 44 deletions
-4
View File
@@ -17,10 +17,6 @@ export class WebsocketService {
}
this.websocket = new WebSocket(url);
setInterval(() => {
let msg = { "topic": "heart-beat", "message": "" };
this.websocket.send(JSON.stringify(msg));
}, 30000);
return new Observable(ob => {
this.websocket.onopen = () => {
console.log('websocket was connected...')