fix(projects): not only /login claim dynamic path scenario , but also others , eg:/user/1

This commit is contained in:
sunhao1256
2023-02-13 16:57:54 +08:00
parent 3503dff663
commit 6059891556
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import 'vue-router';
declare module 'vue-router' {
interface RouteMeta extends AuthRoute.RouteMeta {}
interface RouteMeta extends AuthRoute.RouteMeta<AuthRoute.RoutePath> {}
}