RuoYi
2020-04-29 eec5c58b4a8d118270bfedb87cf38ebcab6fcc39
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(() => {