Revert: fix button state

This commit is contained in:
Pig Fang 2018-08-12 10:34:09 +08:00
parent a9e4827e32
commit c0ac92604f

View File

@ -135,7 +135,6 @@ export default {
}
);
if (errno === 0) {
this.pending = false;
swal({ type: 'success', html: msg });
setTimeout(() => {
window.location = `${blessing.base_url}/${blessing.redirect_to || 'user'}`;