liusheng
2025-08-16 215f4eb928b44a62a4c2db83152da47e44264705
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysMenuServiceImpl.java
@@ -191,7 +191,7 @@
                }
                routers.add(router);
            }
            log.error("----------routers的入参为:{}", routers);
            log.info("----------routers的入参为:{}", routers);
            for (RouterVo routerVo : routers) {
                List<String> childName = new ArrayList<>();
                List<RouterVo> childrens = routerVo.getChildren();