From 6c9201ef8bca8e5cf1d2578e20d838b739ea19e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 15 Oct 2025 20:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=AE=89?= =?UTF-8?q?=E5=8D=93=E6=9C=BA=E5=87=BA=E7=8E=B0=E7=99=BD=E6=A1=86=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 52adbf9..ab27587 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -45,9 +45,9 @@ import back from "../assets/img/Feedback/back.png"; import HistoryRecord from "./components/HistoryRecord.vue"; -// import VConsole from "vconsole"; +import VConsole from "vconsole"; -// const vConsole = new VConsole(); +const vConsole = new VConsole(); const isMobile = ref(null); @@ -1026,7 +1026,7 @@ const adjustFooterPosition = (height) => { console.log("window.visualViewport", window.visualViewport.height); const homePage = document.querySelector(".homepage"); - homePage.style.height = `${height}px`; + // homePage.style.height = `${height}px`; // homePage.style.height = `460px`; html.scrollTop = 0;