提交 d6a03f67 编写于 作者: RedPig97's avatar RedPig97

update: 临时添加首页路由 --u2

上级 fad41af1
......@@ -96,7 +96,12 @@ export class RouteUtil {
// 如果一个匹配的没有,即没有任何主键匹配上,关系路径为实体自身的pathName
if(routePath == ''){
routePath = "/"+deResPaths[deResPaths.length -1][0].pathName;
//临时添加首页路由
if (deResPaths.length > 0) {
routePath = "/"+deResPaths[deResPaths.length -1][0].pathName;
} else {
routePath = '/examples';
}
}
return routePath;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册