企业列表地区选择器
This commit is contained in:
@ -127,7 +127,7 @@ function handleLogin() {
|
||||
|
||||
function getCode() {
|
||||
getCodeImg().then(res => {
|
||||
captchaEnabled.value = res.captchaEnabled === undefined ? true : res.captchaEnabled;
|
||||
captchaEnabled.value = res.captchaOnOff === undefined ? true : res.captchaOnOff;
|
||||
if (captchaEnabled.value) {
|
||||
codeUrl.value = "data:image/gif;base64," + res.img;
|
||||
loginForm.value.uuid = res.uuid;
|
||||
|
||||
Reference in New Issue
Block a user