export default { // 标题 title:{ type:String, default:'您确定要退出登录吗?' }, // 确认按钮的文字 confirmText:{ type:String }, // 取消按钮的文字 cancelText:{ type:String }, // 是否显示取消按钮 cancelButtonStatus:{ type: Boolean, default:true }, // 成功的按钮 successAsyncText:{ type:String }, successAsyncTime:{ type:Number, default:2000 }, }