RuoYi
2023-12-07 0f7e3a744e1f597c76a143103dac7d665615bbbc
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);
          }
        }
      });