优化极验相关代码

This commit is contained in:
刘祥超
2023-12-12 15:00:38 +08:00
parent 0fb2555bea
commit 4b2a4af1e7
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Vue.component("http-firewall-captcha-options-viewer", {
}
}
if (this.options.geeTestConfig.isOn) {
if (this.options.geeTestConfig != null && this.options.geeTestConfig.isOn) {
summaryList.push("已配置极验")
}

View File

@@ -136,7 +136,7 @@ Vue.component("http-firewall-captcha-options", {
}
}
if (this.options.geeTestConfig.isOn) {
if (this.options.geeTestConfig != null && this.options.geeTestConfig.isOn) {
summaryList.push("已配置极验")
}