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