mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 15:50:17 +08:00
fix(projects): 修复面包屑数据
This commit is contained in:
@@ -13,6 +13,5 @@ export type GlobalBreadcrumb = DropdownOption & {
|
||||
disabled: boolean;
|
||||
routeName: string;
|
||||
hasChildren: boolean;
|
||||
iconName?: string;
|
||||
children?: GlobalBreadcrumb[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user