recorrect register

master
冯凯 2023-11-21 08:16:15 +08:00
parent 502a803eba
commit 6e36933742
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ export default {
getCodeImg().then(res => {
this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled;
if (this.captchaEnabled) {
this.codeUrl = "data:image/gif;base64," + res.img;
this.registerForm.uuid = res.uuid;
this.codeUrl = "data:image/gif;base64," + res.data.img;
this.registerForm.uuid = res.data.uuid;
}
});
},