也曾为你像超人
2023-12-10 a9bcfc66c3f4a356a7b84844bd591e5500739c81
ruoyi-ui/src/components/TopNav/index.vue
@@ -57,9 +57,9 @@
        if (menu.hidden !== true) {
          // 兼容顶部栏一级菜单内部跳转
          if (menu.path === "/") {
              topMenus.push(menu.children[0]);
            topMenus.push(menu.children[0]);
          } else {
              topMenus.push(menu);
            topMenus.push(menu);
          }
        }
      });