From b5479559656e3c84eb00d767d2ac1236915639f0 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:48:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E7=BD=91=E7=AB=99=E6=97=A5=E5=BF=97=E5=9C=A8?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E4=B8=BA=E7=A9=BA=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98=20(#3452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs https://github.com/1Panel-dev/1Panel/issues/3449 --- frontend/src/views/log/website/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/log/website/index.vue b/frontend/src/views/log/website/index.vue index 5b0dce2ca..641003785 100644 --- a/frontend/src/views/log/website/index.vue +++ b/frontend/src/views/log/website/index.vue @@ -35,7 +35,7 @@ > - + {{ $t('commons.button.watch') }} @@ -73,7 +73,7 @@ import LogFile from '@/components/log-file/index.vue'; const logConfig = reactive({ type: 'website', - id: 0, + id: undefined, name: 'access.log', }); const showLog = ref(false);