Houjie
2025-06-10 3d9988d5f19da5e86c1678bf812ac9f7bcfcdfd4
src/views/user/LoginAccount.vue
@@ -136,7 +136,7 @@
            this.Login(loginParams).then((res) => {
              this.$emit('success', res.result)
            }).catch((err) => {
              this.$emit('fail', err)
              this.$emit('fail', err,loginParams.username)
            });
          }else{
            this.$emit('validateFail')