优化极验相关代码

This commit is contained in:
GoEdgeLab
2023-12-12 15:00:38 +08:00
parent eab9ae1c53
commit 0e5041e4e9
2 changed files with 2 additions and 2 deletions

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("已配置极验")
}