mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
perf(projects): perf code
This commit is contained in:
4
src/typings/router.d.ts
vendored
4
src/typings/router.d.ts
vendored
@ -59,7 +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>;
|
||||
/** if set query parameters, it will be automatically carried when entering the route */
|
||||
query?: Record<string, string>;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user