From cd448f774cfd4837a969d01ebea03530608c6839 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 四月 2026 16:55:55 +0800
Subject: [PATCH] #websocket连接管理页面

---
 src/main/webapp/views/index.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 4a71e9e..2c9f8eb 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -3,7 +3,7 @@
 
 <head>
   <meta charset="utf-8">
-  <title>娴欐睙涓壃 - 鑷姩鍖栫珛浣撲粨搴� - 鐢佃鏈�</title>
+  <title>娴欐睙涓壃 - 鏅鸿兘璁惧鎺у埗绯荤粺</title>
   <meta name="renderer" content="webkit">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="viewport"
@@ -184,8 +184,8 @@
   }
 
   $(function () {
-    // 娉ㄥ叆AI鍔╂墜鍥炬爣
-    $('#ai-assistant-btn').html(getAiIconHtml(60, 60));
+    // // 娉ㄥ叆AI鍔╂墜鍥炬爣
+    // $('#ai-assistant-btn').html(getAiIconHtml(60, 60));
 
     if ("" === localStorage.getItem('token')) {
       top.location.href = baseUrl + "/login";
@@ -239,7 +239,7 @@
 
     // 榛樿鍔犺浇涓婚〉
     index.loadHome({
-      menuPath: baseUrl + '/views/watch/console.html',
+      menuPath: baseUrl + '/views/tvDevice/tvDevice.html',
       menuName: '<i class="layui-icon layui-icon-home"></i>'
     });
 

--
Gitblit v1.9.1