提交 b893ad75 authored 作者: vipcxj's avatar vipcxj

fix: 支持多级路由

上级 d351832c
...@@ -36,8 +36,6 @@ const parsePageToRoute = (page, componentMapper) => { ...@@ -36,8 +36,6 @@ const parsePageToRoute = (page, componentMapper) => {
replace(makePath(nextState.match.url, entryPath), { ...theState, ...state }); replace(makePath(nextState.match.url, entryPath), { ...theState, ...state });
}, },
}; };
} else if (route.childRoutes && route.childRoutes.length > 0) {
throw new Error('No entry is found!');
} }
return route; return route;
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论