mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-12-23 01:29:27 +08:00
🎉 修复登陆loading的问题
This commit is contained in:
parent
40ed72a5fc
commit
0606c430d5
@ -100,8 +100,8 @@
|
|||||||
});
|
});
|
||||||
this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
|
this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
|
||||||
this.$router.push({ path: this.tagWel.value });
|
this.$router.push({ path: this.tagWel.value });
|
||||||
loading.close();
|
|
||||||
});
|
});
|
||||||
|
loading.close();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user