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