From b5a4db9d38555cac96d6f2b3921845c54f40451f Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Fri, 4 Jul 2025 13:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F=E4=B8=8E?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIchat.vue | 2 +- src/views/homePage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index 9c5fa74..e8130c0 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -817,7 +817,7 @@ watch( class: "title1", type: "title1", content: codeData.value.name + "全景作战报告", - date: moment().format("DD/MM/YYYY"), + date: result21.data.date, }, "", 50 diff --git a/src/views/homePage.vue b/src/views/homePage.vue index b381ce3..7a64191 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -251,7 +251,7 @@ const tabContent = ref(null); const isScrolling = ref(false); //判断用户是否在滚动 const smoothScrollToBottom = async () => { - console.log("调用滚动到底部的方法"); + // console.log("调用滚动到底部的方法"); // await nextTick(); const container = tabContent.value; // console.log(container, 'container')