src/main/webapp/views/indexTV.html
@@ -17,11 +17,9 @@ height: 190%; width: 190%; } </style> </head> <body> <!-- 导航栏 --> <!-- <div class="nav">--> <!-- <li class="right">注销<a id="about" class="nav-unselect" onclick="logout()" href="#"></a></li>--> @@ -52,10 +50,10 @@ $('#content').attr("src", id+".html"); } function logout() { localStorage.removeItem("token"); window.location.href = baseUrl + "/login"; } // function logout() { // localStorage.removeItem("token"); // window.location.href = baseUrl + "/login"; // } // 系统运行状态 var systemRunning = true;