feat(projects): 面包屑

This commit is contained in:
Soybean
2022-01-11 19:03:42 +08:00
parent e25afe2fad
commit 09c7658c21
8 changed files with 134 additions and 10 deletions

View File

@ -54,7 +54,7 @@ export const constantRoutes: AuthRoute.Route[] = [
singleLayout: 'blank'
}
},
// 匹配无效路径重定向not-found的页面
// 匹配无效路径的路由
{
name: 'not-found-page',
path: '/:pathMatch(.*)*',