疯狂的狮子li
2020-02-13 3dd52a3f7d31fd854fa6ca7a9ebea055f072a3a1
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(() => {