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');