dev
wxy 2024-04-23 16:49:59 +08:00
parent d8da0d786b
commit 1dbb8c69ce
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default {
methods: {
getCode() {
getCodeImg().then(res => {
this.captchaEnabled = res.data.captchaEnabled === undefined ? true : res.data.captchaEnabled;
this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled;
if (this.captchaEnabled) {
this.codeUrl = "data:image/gif;base64," + res.data.img;
this.loginForm.uuid = res.data.uuid;