RuoYi
2024-07-02 2feae7619f75421d5b026cbb878420663c1a81b8
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);
          }
        }
      });