|
@@ -54,7 +54,7 @@ function doConnect() {
|
|
|
wsss.send(ExexuteMove(JSON.stringify(bitRate), form.sn))
|
|
|
};
|
|
|
wsss.onclose = function (evt) {
|
|
|
- console.log(evt.data);
|
|
|
+ console.log(evt);
|
|
|
$.confirm({
|
|
|
title: '提示',
|
|
|
text: '连接断开,是否准备重连?',
|
|
@@ -69,7 +69,7 @@ function doConnect() {
|
|
|
});
|
|
|
};
|
|
|
wsss.onerror = function (evt) {
|
|
|
- console.log(evt.data);
|
|
|
+ console.log(evt);
|
|
|
$.confirm({
|
|
|
title: '提示',
|
|
|
text: '连接断开,是否准备重连?',
|