refactor(系统设置): 扫码登陆配置去掉回调域名的设置
This commit is contained in:
parent
222f6e7d55
commit
f8d69c4ed6
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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不能为空',
|
||||
|
|
Loading…
Reference in New Issue