diff --git a/packages/fes-plugin-layout/src/node/helper.js b/packages/fes-plugin-layout/src/node/helper.js index 5b69e83b..cc1efbac 100644 --- a/packages/fes-plugin-layout/src/node/helper.js +++ b/packages/fes-plugin-layout/src/node/helper.js @@ -12,9 +12,6 @@ const matchName = (config, name) => { } if (item.children && item.children.length > 0) { res = matchName(item.children, name); - if (res) { - break; - } } } }