مشاوره رایگان تبلیغات 02137893000 |
{ let timerInterval Swal.fire({ title: 'توجه', html: 'صفحه مورد نظر شما یافت نشد', timer: 3000, timerProgressBar: true, confirmButtonText: 'لغو', willOpen: () => { Swal.showLoading() }, willClose: () => { clearInterval(timerInterval) } }).then((result) => { if (result.dismiss === Swal.DismissReason.timer) { window.location.href = '/'; } }) }//]]>