|
@@ -139,7 +139,6 @@ export default {
|
|
|
});
|
|
});
|
|
|
this.check().then(() => {
|
|
this.check().then(() => {
|
|
|
this.$toast.success('登录成功');
|
|
this.$toast.success('登录成功');
|
|
|
- location.reload()
|
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
if (this.$store.state.loginBackUrl) {
|
|
if (this.$store.state.loginBackUrl) {
|
|
|
this.$router.replace(this.$store.state.loginBackUrl);
|
|
this.$router.replace(this.$store.state.loginBackUrl);
|