|
|
|
@ -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({
|
|
|
|
|