|
@@ -86,7 +86,7 @@ urlss = '192.168.31.20'
|
|
|
// var cUrl = ''
|
|
|
// cUrl = "ws://192.168.11.66:9101";
|
|
|
// var cUrl="14.215.128.98:14102"
|
|
|
-var cUrl = "ws://192.168.198.12:9100"
|
|
|
+var cUrl = "ws://192.168.198.12:9101"
|
|
|
// if (data.clientType == 3) {
|
|
|
// cUrl = "wss://" + urlss + "/authControlWebSocket?" + "clientType=" + data.clientType + "&username=" + data.username +
|
|
|
// "&userCardId=" + data.userCardId
|
|
@@ -119,6 +119,7 @@ wsss.onopen = function() {
|
|
|
},
|
|
|
"event": "bitRate"
|
|
|
}
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
// wsss.send(JSON.stringify(bitRate));
|
|
|
wsss.send(ExexuteMove(JSON.stringify(bitRate)),data.sn)
|
|
|
};
|
|
@@ -129,7 +130,7 @@ wsss.onmessage = function(event) {
|
|
|
// resets.errorMsg && alert(resets.errorMsg)
|
|
|
// resolving = resets.data.orientation
|
|
|
// if (resolving == 1) {} else {}
|
|
|
- console.log('>>>resolvingresolvingresolving', resolving)
|
|
|
+ // console.log('>>>resolvingresolvingresolving', resolving)
|
|
|
|
|
|
};
|
|
|
wsss.onclose = function(event) {
|
|
@@ -204,6 +205,7 @@ $(".PictureQuality").on("click", function() {
|
|
|
"event": "bitRate"
|
|
|
}
|
|
|
// wsss.send(JSON.stringify(bitRate));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(bitRate)),data.sn)
|
|
|
console.log(id)
|
|
|
})
|
|
@@ -253,8 +255,9 @@ var draw_graph = function(graphType, obj) {
|
|
|
}
|
|
|
}
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
- console.log("鼠标按下>>>", ping)
|
|
|
+ console.log("鼠标按下>>>", ping,data.sn)
|
|
|
} else {
|
|
|
let ping
|
|
|
for (let i = 0; i < touchfor.length; i++) {
|
|
@@ -273,8 +276,9 @@ var draw_graph = function(graphType, obj) {
|
|
|
|
|
|
}
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
- console.log("鼠标按下>>>", ping)
|
|
|
+ console.log("鼠标按下>>>", ping,data.sn)
|
|
|
}
|
|
|
|
|
|
canDraw = true;
|
|
@@ -306,6 +310,7 @@ var draw_graph = function(graphType, obj) {
|
|
|
}
|
|
|
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
|
|
|
} else {
|
|
@@ -326,6 +331,7 @@ var draw_graph = function(graphType, obj) {
|
|
|
}
|
|
|
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
}
|
|
|
|
|
@@ -367,6 +373,7 @@ var draw_graph = function(graphType, obj) {
|
|
|
}
|
|
|
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
} else {
|
|
|
let ping
|
|
@@ -387,6 +394,7 @@ var draw_graph = function(graphType, obj) {
|
|
|
}
|
|
|
|
|
|
// wsss.send(JSON.stringify(ping));
|
|
|
+ console.log('打开安卓卡==============', data.sn)
|
|
|
wsss.send(ExexuteMove(JSON.stringify(ping)),data.sn)
|
|
|
}
|
|
|
|