ruoyi-ui/src/components/TopNav/index.vue @@ -47,7 +47,7 @@ topMenus() { let topMenus = []; this.routers.map((menu) => { if (menu.hidden === false) { if (menu.hidden !== true) { topMenus.push(menu); } });