...
|
...
|
@@ -313,7 +313,7 @@ function refCloudMessage(showMessage, serverCount){ |
|
|
alert('系统异常');
|
|
|
}
|
|
|
});
|
|
|
}, 5000);
|
|
|
}, 10000);
|
|
|
}
|
|
|
|
|
|
//写入消息
|
...
|
...
|
@@ -414,7 +414,7 @@ function deployProject(ips){ |
|
|
alert(data.message);
|
|
|
}else{
|
|
|
//同步获取消息
|
|
|
deployProjectGetMsg(data.data.setMessageids.split(',')[0]);
|
|
|
deployProjectGetMsg(data.data.messageids.split(',')[0]);
|
|
|
}
|
|
|
},
|
|
|
error: function (data) {
|
...
|
...
|
@@ -428,7 +428,7 @@ function deployProject(ips){ |
|
|
function deployProjectGetMsg(msgId){
|
|
|
var intervalIndexMsg = setInterval(function() {
|
|
|
$.ajax({
|
|
|
url: 'project/getbuildmsg?messageid=' + msgId+"&project="+scalingGroupName,
|
|
|
url: contextPath + 'project/getbuildmsg?messageid=' + msgId+"&project="+scalingGroupName,
|
|
|
type: 'POST',
|
|
|
dataType: 'json',
|
|
|
success: function (data3) {
|
...
|
...
|
|