优化智能DNS访问日志组件

This commit is contained in:
GoEdgeLab
2022-11-24 10:24:04 +08:00
parent 27b441e7f2
commit a424918cfb

View File

@@ -13,9 +13,9 @@ Vue.component("ns-access-log-box", {
if (accessLog.recordValue == null || accessLog.recordValue.length == 0) {
isFailure = true
}
} else if (accessLog.nsRecordId == null || accessLog.nsRecordId == 0) {
isFailure = true
}
// 没有找到记录的不需要高亮显示,防止管理员看到红色就心理恐慌
}
return {