📅  最后修改于: 2022-03-11 14:48:30.136000             🧑  作者: Mango
Swal.fire({
title: 'Please Wait !',
html: 'data uploading',// add html attribute if you want or remove
allowOutsideClick: false,
onBeforeOpen: () => {
Swal.showLoading()
},
});