Administrator
2018-12-24 0c652f652fedd626383d7d3d151f23fee24a7680
gx_tieta/WebRoot/Top.jsp
@@ -131,8 +131,8 @@
               <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
@@ -924,13 +924,13 @@
              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++;
                       // 服务器连接不正常