mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): add new route plugin @soybeanjs/vite-plugin-vue-page-route [集成新的路由插件]
This commit is contained in:
8
src/typings/route.d.ts
vendored
8
src/typings/route.d.ts
vendored
@ -5,13 +5,13 @@ declare namespace AuthRoute {
|
||||
/** 捕获无效路由的路由路径 */
|
||||
type NotFoundRoutePath = '/:pathMatch(.*)*';
|
||||
|
||||
type RootRouteKey = RouterPage.RootRouteKey;
|
||||
type RootRouteKey = PageRoute.RootRouteKey;
|
||||
|
||||
type NotFoundRouteKey = RouterPage.NotFoundRouteKey;
|
||||
type NotFoundRouteKey = PageRoute.NotFoundRouteKey;
|
||||
|
||||
type RouteKey = RouterPage.RouteKey;
|
||||
type RouteKey = PageRoute.RouteKey;
|
||||
|
||||
type LastDegreeRouteKey = RouterPage.LastDegreeRouteKey;
|
||||
type LastDegreeRouteKey = PageRoute.LastDegreeRouteKey;
|
||||
|
||||
type AllRouteKey = RouteKey | RootRouteKey | NotFoundRouteKey;
|
||||
|
||||
|
Reference in New Issue
Block a user