This commit is contained in:
dap
2024-10-19 21:29:20 +08:00
105 changed files with 1512 additions and 1559 deletions

View File

@@ -103,9 +103,9 @@ interface RouteMeta {
*/
order?: number;
/**
* 路由参数 对象形式
* 菜单所携带的参数
*/
query?: Record<string, any>;
query?: Recordable;
/**
* 标题名称
*/