mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 23:23:42 +08:00
feat(projects): Add route meta parameter:fixedQuery
This commit is contained in:
2
src/typings/router.d.ts
vendored
2
src/typings/router.d.ts
vendored
@@ -59,5 +59,7 @@ declare module 'vue-router' {
|
||||
multiTab?: boolean;
|
||||
/** If set, the route will be fixed in tabs, and the value is the order of fixed tabs */
|
||||
fixedIndexInTab?: number;
|
||||
/** Fixed query parameters that are automatically carried when entering the route */
|
||||
fixedQuery?: Record<string, string>;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user