Junjie
2026-04-07 cd448f774cfd4837a969d01ebea03530608c6839
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>'
    });