| | |
| | | <img src="image/webStatus/control_normal.gif" alt="线程监控程序" title="线程监控程序运行:正常">
|
| | | </div>
|
| | | <div class="cell-list voice">
|
| | | <i class="fa fa-bell"></i>
|
| | | <i class="fa fa-bell-slash"></i>
|
| | | <i class="fa fa-bell" title="关闭语音播报"></i>
|
| | | <i class="fa fa-bell-slash" title="开启语音播报"></i>
|
| | | </div>
|
| | | <div class="cell-list server-time" style="white-space: nowrap">
|
| | | 2018-11-26 00:00:00
|
| | |
| | | async: true,
|
| | | success: function(rs) {
|
| | | linkNum = 0; // 初始化测试连接
|
| | | setTimeout(checkServer, 200);
|
| | | setTimeout(checkServer, 500);
|
| | | },
|
| | | error:function() {
|
| | | // 网络连接不正常
|
| | | if(!navigator.onLine) {
|
| | | linkNum = 0;
|
| | | setTimeout(checkServer, 200);
|
| | | setTimeout(checkServer, 500);
|
| | | }else{
|
| | | linkNum++;
|
| | | // 服务器连接不正常
|