From f258d4e443c3b2832816a0265701f04f9a198a0a Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Sat, 7 Oct 2023 04:02:44 -0500 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=20(#2442?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/log/website/index.vue | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/frontend/src/views/log/website/index.vue b/frontend/src/views/log/website/index.vue index 350d6eb67..c8be3d3c4 100644 --- a/frontend/src/views/log/website/index.vue +++ b/frontend/src/views/log/website/index.vue @@ -6,7 +6,7 @@ @@ -14,7 +14,7 @@ @@ -196,17 +196,8 @@ const onSubmitClean = async () => { }; onMounted(() => { + logReq.logType = 'access.log'; getWebsites(); + console.log(logReq.logType); }); - -