// 弹窗名 export interface ModalName { notice: string; // 消息 logout: string; // 退出登录 drawer: string; // 下单通用界面 }