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