不显示警报,重定向也不起作用
//sweetalert2
swal({
title: "Success!",
text: "Agent Created Successfully.",
type: "success",
}.then(function(){
alert('here');
window.location.href = "example.html";
}));