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