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

This commit is contained in:
YunaiV
2026-02-07 16:42:23 +08:00
parent 04a6987211
commit 1678bf6e57

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"