fix: 忘记密码页面未开启验证码时,隐藏 Verify 组件,避免请求 captcha/get 接口
parent
04a6987211
commit
1678bf6e57
|
|
@ -39,6 +39,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<Verify
|
<Verify
|
||||||
ref="verify"
|
ref="verify"
|
||||||
|
v-if="resetPasswordData.captchaEnable === 'true'"
|
||||||
:captchaType="captchaType"
|
:captchaType="captchaType"
|
||||||
:imgSize="{ width: '400px', height: '200px' }"
|
:imgSize="{ width: '400px', height: '200px' }"
|
||||||
mode="pop"
|
mode="pop"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue