export interface EmopMenuType { // 显示值 alias: string, // 跳转地址 url?: string, // 图标 icon?: string; // 跳转携带的参数 params?: Map; // 子菜单 children?: EmopMenuType[]; }