RuoYi
2020-05-31 d48475c585a1c082e24728f58c18d44d8df68b81
ruoyi-ui/src/views/login.vue
@@ -129,7 +129,6 @@
          this.$store
            .dispatch("Login", this.loginForm)
            .then(() => {
              this.loading = false;
              this.$router.push({ path: this.redirect || "/" });
            })
            .catch(() => {