RuoYi
2022-12-23 7c258f8e7e9385c573a44de1c90bc985070a82a3
src/components/TopNav/index.vue
@@ -141,6 +141,8 @@
  }
  if(routes.length > 0) {
    permissionStore.setSidebarRouters(routes);
  } else {
    appStore.toggleSideBarHide(true);
  }
  return routes;
}