企业列表地区选择器

This commit is contained in:
cxc
2022-07-25 17:32:16 +08:00
parent 65fd5e1adb
commit a18495cc1c
6 changed files with 322 additions and 242 deletions

View File

@ -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;