优化菜单权限

This commit is contained in:
xianyi
2026-01-26 11:00:27 +08:00
parent 80f536214b
commit 0d46ad034d
3 changed files with 37 additions and 15 deletions

View File

@@ -1016,7 +1016,7 @@ export interface MenuItem {
/** 组件 */
component?: string | null;
/** 子菜单 */
children?: MenuItem[] | string[];
children?: MenuItem[];
}
/**