RuoYi
2023-03-17 0fca81b35008a62615427c1715dd6ddde902fe6c
src/components/TopNav/index.vue
@@ -141,6 +141,8 @@
  }
  if(routes.length > 0) {
    permissionStore.setSidebarRouters(routes);
  } else {
    appStore.toggleSideBarHide(true);
  }
  return routes;
}