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);