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!!!');