优化菜单权限
This commit is contained in:
@@ -1016,7 +1016,7 @@ export interface MenuItem {
|
||||
/** 组件 */
|
||||
component?: string | null;
|
||||
/** 子菜单 */
|
||||
children?: MenuItem[] | string[];
|
||||
children?: MenuItem[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user