From d7740bc15f90d48b3fa3e400d59d375af744966c Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 20 May 2026 22:52:35 +0800 Subject: [PATCH] auto-sync: 2026-05-20 22:52:35 --- src/frontend/src/store.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 7eddc78..b73a64b 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -572,8 +572,6 @@ export const useStore = create((set, get) => ({ loadAll: async () => { const s = get(); await s.loadLive(); - await s.loadProjects(); // 确保 selectedProjectId 被设置 - await s.loadV2Tasks(); const tab = s.activeTab; if (['models', 'skills'].includes(tab)) await s.loadAgentConfig(); },