export interface Success { // ID id?: number; // 提示名称 title?: string | '操作成功'; // 描述 comments?: string | '操作成功'; // 跳转地址 redirect?: string; }