mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
优化极验相关代码
This commit is contained in:
@@ -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("已配置极验")
|
||||
}
|
||||
|
||||
|
||||
@@ -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("已配置极验")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user