Commit 61460fa8 by libai

测试

parent 76632854
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<script src="../../lib/jquery-3.1.1.min.js"></script> <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<style> <style>
html,body{ html,body{
width: 100%; width: 100%;
...@@ -282,11 +282,10 @@ ...@@ -282,11 +282,10 @@
var sendtime=0; var sendtime=0;
var map = new Map(); var map = new Map();
var recOk=true; var recOk=true;
// $(function(){ $(function(){
btninit();
// });
btninit();
params(); params();
});
function params(){ function params(){
var url = window.location.search; var url = window.location.search;
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
......
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
if ("WebSocket" in window) if ("WebSocket" in window)
{ {
// 打开一个 web socket // 打开一个 web socket
var url="ws://118.178.112.116:21901/ws?guestid="+guestid+"&type=5"; var url="wss://zhiboweb.ishuaji.cn/yzsocket/ws?guestid="+guestid+"&type=5";
try { try {
ws = new WebSocket(url); ws = new WebSocket(url);
}catch(err){ }catch(err){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment