mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 20:38:38 +00:00
【功能优化】登录界面,如果禁用验证码,不初始化 Verify 组件
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<Verify
|
||||
v-if="registerData.captchaEnable === 'true'"
|
||||
ref="verify"
|
||||
:captchaType="captchaType"
|
||||
:imgSize="{ width: '400px', height: '200px' }"
|
||||
|
||||
Reference in New Issue
Block a user