wuyongxiang 4 years ago
parent
commit
6e792e9610
1 changed files with 2 additions and 1 deletions
  1. 2 1
      screenH5/homeNew.html

+ 2 - 1
screenH5/homeNew.html

@@ -663,7 +663,8 @@
 										var strhost="wss://192.168.11.242:9104";
 										// var strhost="ws://192.168.11.242:9101";
 										// var strhost="ws://"+that.urlData.exIp+":"+that.urlData.exPort
-										var client = new WebSocket(strhost.replace("wss","ws"));
+										// var client = new WebSocket(strhost.replace("wss","ws"));
+										var client = new WebSocket(strhost);
 										console.log('wsssss==============', client)
 
 										client.binaryType = 'arraybuffer';