Houjie
2025-06-10 a40d9c4080c37cc5860c5ebc5f946609c4bc33b2
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')