fix: 忘记密码页面未开启验证码时,隐藏 Verify 组件,避免请求 captcha/get 接口

pull/861/head^2
YunaiV 2026-02-07 16:42:23 +08:00
parent 04a6987211
commit 1678bf6e57
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
</el-col>
<Verify
ref="verify"
v-if="resetPasswordData.captchaEnable === 'true'"
:captchaType="captchaType"
:imgSize="{ width: '400px', height: '200px' }"
mode="pop"