开启TopNav没有子菜单隐藏侧边栏

master
RuoYi 2 years ago
parent 750a09d5b7
commit 89e93a986e
  1. 2
      src/components/TopNav/index.vue

@ -141,6 +141,8 @@ function activeRoutes(key) {
}
if(routes.length > 0) {
permissionStore.setSidebarRouters(routes);
} else {
appStore.toggleSideBarHide(true);
}
return routes;
}

Loading…
Cancel
Save