RuoYi
2020-02-08 d49ac2e0f8f1884bbe968aeeaebd06a8b0e1b1da
成功登陆不恢复按钮,防止多次点击
1 files modified
1 ■■■■ changed files
ruoyi-ui/src/views/login.vue 1 ●●●● patch | view | raw | blame | history
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(() => {