qushaowei
2024-04-07 f7c7b15972be097cdae91cecdea136fd1a60b2b3
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')