wuyongxiang 4 년 전
부모
커밋
f471fdb601
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      highDemo/wfs.js

+ 1 - 0
highDemo/wfs.js

@@ -590,6 +590,7 @@ var FlowController = function (_EventHandler) {
       if (data.websocketName != undefined) {
         // var client = new WebSocket('ws://' + window.location.host + '/' + data.websocketName);
 		var client = new WebSocket('ws://192.168.11.66:9101');
+		console.log("open",client);
         this.wfs.attachWebsocket(client, data.channelName);
       } else {
         console.log('websocketName ERROE!!!');