From c87b8a9fe74501d84ec72b65b6932be0fca805dd Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Thu, 23 May 2024 11:31:22 +0800 Subject: [PATCH] Update [id].vue --- pages/search/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 950223f..17173f3 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -74,7 +74,7 @@ function handleUpdateQuery(query) { // 是否停止自动滚动到底部 const isAutoToBottom = ref(true) watch(() => { - console.log(`directions.top:`, directions.top) + // console.log(`directions.top:`, directions.top) if (directions.top) { isAutoToBottom.value = true } -- GitLab