|
|
@@ -86,7 +86,7 @@
|
|
|
// alert('clientWidth:' + document.documentElement.clientHeight);
|
|
|
// alert('devicePixelRatio:' + window.devicePixelRatio);
|
|
|
console.log('getDeviceInfo success: ' + JSON.stringify(e.uuid));
|
|
|
- that.getServeIpAddress(e.uuid);
|
|
|
+ // that.getServeIpAddress(e.uuid);
|
|
|
},
|
|
|
fail: function (e) {
|
|
|
console.log('getDeviceInfo failed: ' + JSON.stringify(e));
|
|
|
@@ -100,7 +100,7 @@
|
|
|
} else {
|
|
|
console.log('mui is not ready');
|
|
|
// 调试时候关闭
|
|
|
- this.getServeIpAddress(localStorage.eqSn);
|
|
|
+ // this.getServeIpAddress(localStorage.eqSn);
|
|
|
// plusReady();
|
|
|
document.addEventListener('plusready', plusReady, false);
|
|
|
}
|