From e5129c2d49b40396208fc676a73a9140f08c8536 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 17 Oct 2025 14:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/home/navigation.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/pages/home/navigation.js b/js/pages/home/navigation.js index e6b59f4..b829ada 100644 --- a/js/pages/home/navigation.js +++ b/js/pages/home/navigation.js @@ -205,12 +205,12 @@ function setMenusData(us,data) { html += '
  • ' + item.menuName + '

  • ' } }) - // 新的数据分析 - if(userArr.indexOf(nickName) > -1){ - // html += '
  • 数据分析

  • ' - html += '
  • 数据分析

  • ' - } - html += '
  • 安全帽

  • ' + // // 新的数据分析 + // if(userArr.indexOf(nickName) > -1){ + // html += '
  • 数据分析

  • ' + // html += '
  • 数据分析

  • ' + // } + // html += '
  • 安全帽

  • ' } $('#nav-right ul').empty().append(html); }