Petter 4 年之前
父节点
当前提交
8912d8e571
共有 3 个文件被更改,包括 69 次插入156 次删除
  1. 67 154
      example/bundle/ionExample.4422c37a.js
  2. 1 1
      example/bundle/ionExample.4422c37a.js.map
  3. 1 1
      example/bundle/ionExample.js

文件差异内容过多而无法显示
+ 67 - 154
example/bundle/ionExample.4422c37a.js


文件差异内容过多而无法显示
+ 1 - 1
example/bundle/ionExample.4422c37a.js.map


+ 1 - 1
example/bundle/ionExample.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "57932" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "57512" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};