RuoYi
2020-04-01 441da7ecd798f8b51cdefc7d0f5cde54399a4ca3
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(() => {