作者 RuoYi

成功登陆不恢复按钮,防止多次点击

@@ -129,7 +129,6 @@ export default { @@ -129,7 +129,6 @@ export default {
129 this.$store 129 this.$store
130 .dispatch("Login", this.loginForm) 130 .dispatch("Login", this.loginForm)
131 .then(() => { 131 .then(() => {
132 - this.loading = false;  
133 this.$router.push({ path: this.redirect || "/" }); 132 this.$router.push({ path: this.redirect || "/" });
134 }) 133 })
135 .catch(() => { 134 .catch(() => {