src/utils/routerUtil.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/utils/routerUtil.js
@@ -36,6 +36,9 @@ page: routeCfg.page || router.page } } if (routeCfg.invisible || router.invisible) { route.meta.invisible = true } if (routeCfg.children && routeCfg.children.length > 0) { route.children = parseRoutes(routeCfg.children, routerMap) }