Authored by qinchao

切换增加提示

... ... @@ -255,7 +255,7 @@
</div>
<script src="<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"></script>
<script src="<%=basePath %>script/switch.js?v=20180614-001"></script>
<script src="<%=basePath %>script/switch.js?v=20180615-001"></script>
<script type="text/javascript">
$("#li_switch").addClass("active open");
... ...
... ... @@ -324,11 +324,11 @@ function nginxInitSwitch(cloudName) {
},
success: function (checkResponse) {
count++;
/*if(count > 30){
console.log("time is "+count);
if(count > 50){
clearInterval(intervalIndex);
window.location.href = contextPath + "topoSwitch/toTopoSwitch";
}else*/
console.log("time is "+count);
}
if(checkResponse==null){
$("#infoDive").append("time is "+count);
$("#infoDive").append("response is null");
... ...