From 3a23b57f1b8779ac96b5af6ed63f70663c6f99d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 24 Nov 2022 10:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=99=BA=E8=83=BDDNS?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/ns/ns-access-log-box.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/js/components/ns/ns-access-log-box.js b/web/public/js/components/ns/ns-access-log-box.js index 30d34383..f02b847e 100644 --- a/web/public/js/components/ns/ns-access-log-box.js +++ b/web/public/js/components/ns/ns-access-log-box.js @@ -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 {