mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): new router branch
This commit is contained in:
2
src/typings/route.d.ts
vendored
2
src/typings/route.d.ts
vendored
@ -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(.*)*';
|
||||
|
||||
|
Reference in New Issue
Block a user