From 60164d7c71cb0d8469cdb8a173a2998c856a06e9 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Fri, 30 Nov 2018 18:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=8E=B7=E5=8F=96=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E7=8A=B6=E6=80=81=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 3c3effb6f..a8cc71ddf 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -1563,7 +1563,6 @@ function getConfigSyncStatus(){ var tipId = top.$.jBox.tip("The system is being maintained and temporarily inaccessible.",'loading',{opacity:0.5,persistent:true}); var t1 = setInterval(function() { currentStatus = getSyncStatus(); - alert(currentStatus); if(currentStatus==3 || currentStatus==-1 || currentStatus==-2){//3表示同步完成,-1表示服务端同步失败,-2表示界面端同步失败 window.clearInterval(t1); top.$.jBox.closeTip('syncStatusTip');