#
Junjie
2026-01-21 d565b3796eb2029797d4bc3f962a7daf38fcaf00
src/main/webapp/views/index.html
@@ -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>'
    });