Authored by qinchao

延长探测时间

... ... @@ -254,7 +254,7 @@
</div>
<script src="<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"></script>
<script src="<%=basePath %>script/switch.js?v=20180604-001"></script>
<script src="<%=basePath %>script/switch.js?v=20180614-001"></script>
<script type="text/javascript">
$("#li_switch").addClass("active open");
... ...
... ... @@ -310,6 +310,7 @@ function nginxInitSwitch(cloudName) {
},
success: function (checkResponse) {
count++;
console.log("getLbSwitchResult times is "+count);
if(count > 30){
clearInterval(intervalIndex);
window.location.href = contextPath + "topoSwitch/toTopoSwitch";
... ... @@ -322,7 +323,7 @@ function nginxInitSwitch(cloudName) {
console.log("getLbSwitchResult"+e);
}
});
}, 10000);
}, 15000);//15s
//window.location.href = contextPath + "topoSwitch/toTopoSwitch";
}
},
... ...