style: 调整
This commit is contained in:
@ -3,7 +3,7 @@ export const GROUP_MANAGEMENT_NAME = 'GroupManagement';
|
||||
export const GROUP_MAIN_NAME = 'GroupMain';
|
||||
|
||||
export interface typeMenuItem {
|
||||
key?: string | number; // 菜单组key
|
||||
key?: string; // 菜单组key
|
||||
label?: string; // 菜单组标题
|
||||
icon?: string | [string, string]; // 菜单组图标
|
||||
routeName?: string; // 路由名称
|
||||
|
||||
Reference in New Issue
Block a user