wuyongxiang hace 4 años
padre
commit
6e792e9610
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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';