增加“极验-行为验”验证码集成支持

This commit is contained in:
刘祥超
2023-11-29 16:57:58 +08:00
parent 7deaa678bc
commit 0d21fc27ab
7 changed files with 117 additions and 20 deletions

View File

@@ -57,6 +57,11 @@ Vue.component("http-firewall-captcha-options-viewer", {
summaryList.push("定制UI")
}
}
if (this.options.geeTestConfig.isOn) {
summaryList.push("已配置极验")
}
if (summaryList.length == 0) {
this.summary = "默认配置"
} else {