mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
fix(projects): not only /login claim dynamic path scenario , but also others , eg:/user/1
This commit is contained in:
2
src/typings/router.d.ts
vendored
2
src/typings/router.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import 'vue-router';
|
||||
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta extends AuthRoute.RouteMeta {}
|
||||
interface RouteMeta extends AuthRoute.RouteMeta<AuthRoute.RoutePath> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user