Explorar o código

开启TopNav没有子菜单隐藏侧边栏

RuoYi %!s(int64=2) %!d(string=hai) anos
pai
achega
89e93a986e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/components/TopNav/index.vue

+ 2 - 0
src/components/TopNav/index.vue

@@ -141,6 +141,8 @@ function activeRoutes(key) {
   }
   if(routes.length > 0) {
     permissionStore.setSidebarRouters(routes);
+  } else {
+    appStore.toggleSideBarHide(true);
   }
   return routes;
 }