build(projects): new router branch

This commit is contained in:
Soybean
2022-11-07 00:47:08 +08:00
parent 7d69992694
commit 288d586dbc
3 changed files with 202 additions and 2 deletions

View File

@ -66,7 +66,7 @@ declare namespace AuthRoute {
/** 路由的path */
type RoutePath =
| '/'
| Exclude<KeyToPath<RouteKey>, '/root' | 'not-found-page'>
| Exclude<KeyToPath<RouteKey>, '/root' | '/not-found-page'>
| SingleRouteParentPath
| '/:pathMatch(.*)*';