refactor(系统设置): 扫码登陆设置优化
This commit is contained in:
parent
dfb97f4063
commit
b476a5cf07
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue