提交 0c4d1633 authored 作者: vipcxj's avatar vipcxj

fix: 模块中可以配置页面路由

上级 8ddc6a5f
......@@ -21,6 +21,7 @@ const parsePageToRoute = (page, componentMapper) => {
if (thePages && thePages.length > 0) {
route.childRoutes = thePages.map(p => parsePageToRoute(p, componentMapper));
}
return route;
};
const dealWithPath = (path) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论