this.$confirm('这是我的个人提示', '提示', {
confirmButtonText: '前往认证', //确认按钮的文字显示
cancelButtonText: ‘取消’, //取消按钮的文本内容
type: 'warning',
center: true, //文字居中显示
showCancelButton: false, //不显示取消按钮
showConfirmButton: true,// 是否显示确定按钮:
showClose: false, //是否显示右上角的x
closeOnClickModal: false, //是否可以点击空白处关闭弹窗
}) .then(() => { }) .catch(() => { });