From 6299fb7b7732947e9f997c92599b1772b8884962 Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期日, 14 十二月 2025 19:37:02 +0800
Subject: [PATCH] #26-03-10-00
---
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