refactor(系统设置): 扫码登陆设置优化

This commit is contained in:
guoyuqi 2024-06-24 14:22:58 +08:00 committed by Craftsman
parent dfb97f4063
commit b476a5cf07
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@
dingTalkForm.value.valid = true;
Message.success(t('common.saveSuccess'));
} catch (error) {
dingTalkForm.value.valid = false;
console.log(error);
} finally {
loading.value = false;

View File

@ -148,6 +148,7 @@
weComForm.value.valid = true;
Message.success(t('organization.service.testLinkStatusTip'));
} catch (error) {
weComForm.value.valid = false;
console.log(error);
} finally {
loading.value = false;