huangxiaojing 4 年之前
父節點
當前提交
45376bf1e8
共有 4 個文件被更改,包括 15 次插入2 次删除
  1. 1 1
      screenIos/WXtrialInterface.html
  2. 13 0
      screenIos/jquery-weui.min.js
  3. 二進制
      screenIos/screenIos.rar
  4. 1 1
      screenIos/websocket.js

+ 1 - 1
screenIos/WXtrialInterface.html

@@ -119,7 +119,7 @@
 	<script type="text/javascript" src="webgl.js"></script>
 	<script type="text/javascript" src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
 	<script type="text/javascript" src="WXdraw.js?id=105"></script>
-	<script src="https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js"></script>
+	<script type="text/javascript" src="jquery-weui.min.js"></script>
 
 	<script>
 		var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部

文件差異過大導致無法顯示
+ 13 - 0
screenIos/jquery-weui.min.js


二進制
screenIos/screenIos.rar


+ 1 - 1
screenIos/websocket.js

@@ -1,5 +1,5 @@
 self.importScripts("helper.js");
-self.importScripts("https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js");
+self.importScripts("jquery-weui.min.js");
 var parameters = GetRequest();
 var ip = parameters["ip"];
 var socketURL = "ws://192.168.198.82:9100/card?cardIp=" + ip;