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