陈昶聿
2 天以前 c5f7cf883c94d92cf7ef575b1f73df1f810da7b6
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();