From 13eafdfb3097c488db045b93c41e690ebe890a9e Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 16 Mar 2021 10:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BA=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-access-log-config-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-access-log-config-box.js b/web/public/js/components/server/http-access-log-config-box.js index 9fc2086f..215d1828 100644 --- a/web/public/js/components/server/http-access-log-config-box.js +++ b/web/public/js/components/server/http-access-log-config-box.js @@ -11,7 +11,7 @@ Vue.component("http-access-log-config-box", { let accessLog = { isPrior: false, - isOn: true, + isOn: false, fields: [], status1: true, status2: true,