refactor(系统设置): 扫码登陆设置优化
This commit is contained in:
parent
dfb97f4063
commit
b476a5cf07
|
@ -151,6 +151,7 @@
|
||||||
dingTalkForm.value.valid = true;
|
dingTalkForm.value.valid = true;
|
||||||
Message.success(t('common.saveSuccess'));
|
Message.success(t('common.saveSuccess'));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
dingTalkForm.value.valid = false;
|
||||||
console.log(error);
|
console.log(error);
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
weComForm.value.valid = true;
|
weComForm.value.valid = true;
|
||||||
Message.success(t('organization.service.testLinkStatusTip'));
|
Message.success(t('organization.service.testLinkStatusTip'));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
weComForm.value.valid = false;
|
||||||
console.log(error);
|
console.log(error);
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
|
|
Loading…
Reference in New Issue