From 2497cc3b0be00d27081c862dd890be8df0b7ffa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 13 Aug 2025 15:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=AD=98=E5=82=A8=E6=96=B0=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E5=88=B0stockList=E4=B8=AD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/emotion.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/store/emotion.ts b/src/store/emotion.ts index 0b7e9b0..6ab6192 100644 --- a/src/store/emotion.ts +++ b/src/store/emotion.ts @@ -68,13 +68,13 @@ export const useEmotionStore = defineStore('emotion', { } // 同时添加到历史记录 - this.addHistory({ - queryText: stockData.queryText, - stockInfo: stockData.stockInfo, - apiData: stockData.apiData, - conclusionData: stockData.conclusionData, - timestamp: stockData.timestamp - }); + // this.addHistory({ + // queryText: stockData.queryText, + // stockInfo: stockData.stockInfo, + // apiData: stockData.apiData, + // conclusionData: stockData.conclusionData, + // timestamp: stockData.timestamp + // }); }, // 切换股票 switchStock(index: number) {