From b06846099d6182ed883c23c9abdfcc2c8dfb3487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 14 Aug 2025 11:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=BA=E5=AE=9D=E5=A5=87?= =?UTF-8?q?=E5=85=B5=E7=82=B9=E5=87=BB=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=83=85=E7=BB=AA=E5=A4=A7=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=9A=84=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 2063c75..660c941 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -270,9 +270,9 @@ const handleHistorySelect = (stockData) => { console.log('接收到历史记录数据:', stockData); // 如果当前不在AiEmotion页面,切换到AiEmotion页面 - if (activeTab.value !== 'AiEmotion') { - setActiveTab('AiEmotion', 1); - } + // if (activeTab.value !== 'AiEmotion') { + // setActiveTab('AiEmotion', 1); + // } // 等待组件渲染完成后调用addStock方法 nextTick(() => {