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 |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/views/indexTV.html b/src/main/webapp/views/indexTV.html
index 7477c33..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>-->
@@ -41,7 +39,7 @@
 <!-- 涓讳綋鍐呭 -->
 <iframe id="content" src="console.html"></iframe>
 <footer class="footer">
-    Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a>  淇濈暀鎵�鏈夋潈鍒�
+    Copyright 漏 2023 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a>  淇濈暀鎵�鏈夋潈鍒�
 </footer>
 </body>
 <script>
@@ -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