From 9bcbe42d4204800fba6be56777b8183724c0b386 Mon Sep 17 00:00:00 2001 From: cc500 <2014434568@qq.com> Date: Tue, 20 May 2025 16:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/historySession.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/store/historySession.ts b/src/store/historySession.ts index 430789c6..e3bdd4f5 100644 --- a/src/store/historySession.ts +++ b/src/store/historySession.ts @@ -98,8 +98,6 @@ export const useHistorySessionStore = defineStore( selectLLM.value = item.llm; if(item.appId){ app.value.appId = item.appId; - }else{ - app.value.appId = 'f8a0ebc4-79c4-4a81-b96b-fede6c03f309'; } } }); -- Gitee