RuoYi
2020-05-14 4f1f0bdbd306e06c88e99408fb9a5a456f38162c
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(() => {