超时跳转

master
hujl 4 years ago
parent 4a7a07b8b7
commit 261f0c89b2

@ -15,6 +15,7 @@
</head>
<%
String token = (String) request.getSession().getAttribute("token");
ResourceBundle res = ResourceBundle.getBundle("config.jdbc");
%>
<style>
.navbar-custom-menu > li >span {
@ -154,6 +155,9 @@
$("#stateBtn").click(function () {
$('#exampleModal').modal('hide'); //手动关闭
//跳转浏览器地址
var loginUrl="http://<%=res.getString("POWER_IP")%>:<%=res.getString("POWER_PORT")%>/power";
window.location.replace(loginUrl);
});
$("ul.treeview-menu li").on({

@ -122,7 +122,7 @@
</div>
</div>
<div class="form-group divCss8">
<label>超期天数(查)</label>
<label>超期天数(查)>=</label>
<input type="text" class="input-sm form-control" id="overdueDays4" placeholder="请输入超期天数">
</div>
<div class="form-group divCss8">
@ -217,7 +217,7 @@
</div>
</div>
<div class="form-group divCss8">
<label>超期天数(查)</label>
<label>超期天数(查)>=</label>
<input type="text" class="input-sm form-control" id="overdueDays3" placeholder="请输入超期天数">
</div>
<div class="form-group divCss8">

Loading…
Cancel
Save