From 9fd5e6fbcb1d8badf1835478d862ac40bfb60f3c Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期三, 10 十二月 2025 16:59:09 +0800
Subject: [PATCH] #
---
src/main/webapp/views/indexTV.html | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/indexTV.html b/src/main/webapp/views/indexTV.html
index 711a467..5b14184 100644
--- a/src/main/webapp/views/indexTV.html
+++ b/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;
--
Gitblit v1.9.1