mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-06 03:53:16 +08:00
feat: 路由参数
This commit is contained in:
@@ -102,6 +102,10 @@ interface RouteMeta {
|
||||
* 用于路由->菜单排序
|
||||
*/
|
||||
order?: number;
|
||||
/**
|
||||
* 路由参数 对象形式
|
||||
*/
|
||||
query?: Record<string, any>;
|
||||
/**
|
||||
* 标题名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user