|
|
@ -286,7 +286,7 @@ export default { |
|
|
|
let param = {}; |
|
|
|
Object.assign(param,this.dataForm); |
|
|
|
param.password = this.encryptedData(this.pubKey, this.dataForm.password); |
|
|
|
this.$http.post(url, this.dataForm).then(({data: res}) => { |
|
|
|
this.$http.post(url, param).then(({data: res}) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
this.getCaptcha() |
|
|
|
return this.$message.error(res.msg) |
|
|
|