mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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