mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 02:42:29 +00:00
fix: 忘记密码页面未开启验证码时,隐藏 Verify 组件,避免请求 captcha/get 接口
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
</el-col>
|
||||
<Verify
|
||||
ref="verify"
|
||||
v-if="resetPasswordData.captchaEnable === 'true'"
|
||||
:captchaType="captchaType"
|
||||
:imgSize="{ width: '400px', height: '200px' }"
|
||||
mode="pop"
|
||||
|
||||
Reference in New Issue
Block a user