提交 1cb66a7e 编写于 作者: Z zen

#I6YCC5 用户的门户网站能否关闭验证码校验?已完成

上级 e31c8ed8
......@@ -136,6 +136,7 @@ export class UserLoginComponent implements OnInit, OnDestroy {
this.state = res.data.state;
this.captchaType = res.data.captcha;
if (this.captchaType === 'NONE') {
//清除校验规则
this.form.get('captcha')?.clearValidators();
} else {
//init image captcha
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册