export interface Fail { // ID id?: number; // 失败提示语 title?: string; // 描述 comments?: string; // 跳转地址 redirect?: string; }