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(() => {