This commit is contained in:
dap
2024-08-23 08:08:08 +08:00
7 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ interface RouteMeta {
activeIcon?: string;
/**
* 当前激活的菜单,有时候不想激活现有菜单,需要激活父级菜单时使用
* @default false
*/
activePath?: string;
/**