访问日志列表显示WAF相关信息

This commit is contained in:
刘祥超
2022-04-21 16:20:03 +08:00
parent 36b38c6da4
commit 6fcc8f3401
11 changed files with 460 additions and 34 deletions

View File

@@ -30,6 +30,11 @@ Tea.context(function () {
} else {
accessLog.region = ""
}
if (accessLog.firewallRuleSetId > 0 && typeof (resp.data.wafInfos[accessLog.firewallRuleSetId]) == "object") {
accessLog.wafInfo = resp.data.wafInfos[accessLog.firewallRuleSetId]
} else {
accessLog.wafInfo = null
}
})
let max = 100