alert:function(content,title="温馨提示",bottontext){ this.$alert(content,title,{ customClass:"conAlert", confirmButtomText:bottontext, confirmButtonClass:"btn-button", showClose:false, center:true, dangerouslyUseHTMLString:true }) }