From 0df2a7594351613449335a0926626ab9e96a81d4 Mon Sep 17 00:00:00 2001 From: wensupeng Date: Tue, 26 Aug 2025 11:20:20 +0000 Subject: [PATCH] feat(demohouse/longterm_memory): api path --- .../frontend/src/demo/longTermMemory/stores/useConfigStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts b/demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts index 804709c9..9701f014 100644 --- a/demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts +++ b/demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts @@ -27,7 +27,7 @@ const initialState = { botId: '-', apiPath: process.env.NODE_ENV === 'development' - ? 'http://localhost:8082/memory_api' + ? 'http://localhost:8080/memory_api' : '', //按实际情况修改 }; export const useConfigStore = create((set, get) => ({