添加路由复用策略

This commit is contained in:
zhouyuejun
2018-12-03 11:28:24 +08:00
parent 2871120616
commit ba0683dffe
21 changed files with 289 additions and 144 deletions
+1
View File
@@ -28,6 +28,7 @@ export class WebsocketService {
ob.error("连接失败")
}
this.websocket.onclose = () => {
console.log('websocket was complete')
ob.complete();
}
})