this.$confirm('弹窗文本内容', '提示', {
confirmButtonText: '确定', //确认按钮的文字
showCancelButton: false, //是否显示取消按钮
showClose: false, //是否显示关闭按钮
closeOnClickModal: false, //是否可以通过点击空白处关闭弹窗
type: 'info'
});
this.$confirm('弹窗文本内容', '提示', {
confirmButtonText: '确定', //确认按钮的文字
showCancelButton: false, //是否显示取消按钮
showClose: false, //是否显示关闭按钮
closeOnClickModal: false, //是否可以通过点击空白处关闭弹窗
type: 'info'
});