src/store/modules/permission.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/store/modules/permission.js
@@ -101,6 +101,10 @@ } if (lastRouter) { el.path = lastRouter.path + '/' + el.path if (el.children && el.children.length) { children = children.concat(filterChildren(el.children, el)) return } } children = children.concat(el) })