style: 调整

This commit is contained in:
rd
2025-09-01 10:15:44 +08:00
parent 389bb142aa
commit 1c207c647c
2 changed files with 3 additions and 2 deletions

View File

@ -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; // 路由名称