refactor(系统设置): 扫码登陆配置去掉回调域名的设置

This commit is contained in:
guoyuqi 2024-06-13 14:46:55 +08:00 committed by 刘瑞斌
parent 222f6e7d55
commit f8d69c4ed6
4 changed files with 2 additions and 20 deletions

View File

@ -43,15 +43,6 @@
:placeholder="t('formCreate.PleaseEnter')"
/>
</a-form-item>
<a-form-item
field="callBack"
:label="t('system.config.qrCodeConfig.callBack')"
:rules="[{ required: true, message: t('system.config.qrCodeConfig.callBack.required') }]"
:validate-trigger="['blur', 'input']"
asterisk-position="end"
>
<a-input v-model="dingTalkForm.callBack" :max-length="255" :placeholder="t('formCreate.PleaseEnter')" />
</a-form-item>
</a-form>
<template #footer>
<div class="footer-button">

View File

@ -43,15 +43,6 @@
:placeholder="t('formCreate.PleaseEnter')"
/>
</a-form-item>
<a-form-item
field="callBack"
:label="t('system.config.qrCodeConfig.callBack')"
:rules="[{ required: true, message: t('system.config.qrCodeConfig.callBack.required') }]"
:validate-trigger="['blur', 'input']"
asterisk-position="end"
>
<a-input v-model="weComForm.callBack" :max-length="255" :placeholder="t('formCreate.PleaseEnter')" />
</a-form-item>
</a-form>
<template #footer>
<div class="footer-button">

View File

@ -212,7 +212,7 @@ export default {
'system.config.qrCodeConfig.appKey': 'App Key',
'system.config.qrCodeConfig.appSecret': 'App Secret',
'system.config.qrCodeConfig.callBack': 'CallBack',
'system.config.qrCodeConfig.enable': 'Enable',
'system.config.qrCodeConfig.enable': 'State',
'system.config.qrCodeConfig.valid': 'Valid',
'system.config.qrCodeConfig.corpId.required': 'Corp Id is empty',
'system.config.qrCodeConfig.agentId.required': 'Agent Id is empty',

View File

@ -205,7 +205,7 @@ export default {
'system.config.qrCodeConfig.appKey': '应用key',
'system.config.qrCodeConfig.appSecret': '应用密钥',
'system.config.qrCodeConfig.callBack': '回调域名',
'system.config.qrCodeConfig.enable': '是否开启',
'system.config.qrCodeConfig.enable': '状态',
'system.config.qrCodeConfig.valid': '是否可用',
'system.config.qrCodeConfig.corpId.required': '企业ID不能为空',
'system.config.qrCodeConfig.agentId.required': '应用ID不能为空',