配置全量更新时的异常处理增加服务端的异常状态,增加国际化参数。
This commit is contained in:
@@ -1560,7 +1560,7 @@ function getConfigSyncStatus(){
|
||||
id:'syncStatusTip',
|
||||
zIndex: 9999
|
||||
};
|
||||
var tipId = top.$.jBox.tip("The system is being maintained and temporarily inaccessible.",'loading',{opacity:0.5,persistent:true});
|
||||
var tipId = top.$.jBox.tip($.validator.messages.config_sync_tip,'loading',{opacity:0.5,persistent:true});
|
||||
var t1 = setInterval(function() {
|
||||
currentStatus = getSyncStatus();
|
||||
if(currentStatus==3 || currentStatus==-1 || currentStatus==-2){//3表示同步完成,-1表示服务端同步失败,-2表示界面端同步失败
|
||||
|
||||
Reference in New Issue
Block a user