From 5ae9d5d3f1d7069cff8e55c7154c255dbd59daa7 Mon Sep 17 00:00:00 2001 From: ningyv <1793599591@qq.com> Date: Mon, 14 Apr 2025 11:38:13 +0800 Subject: [PATCH 1/2] feature/1.7-MCP --- frontend/packages/core/src/const/system/const.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/core/src/const/system/const.tsx b/frontend/packages/core/src/const/system/const.tsx index 4a84bbad..54f8bce9 100644 --- a/frontend/packages/core/src/const/system/const.tsx +++ b/frontend/packages/core/src/const/system/const.tsx @@ -100,7 +100,7 @@ export const SYSTEM_TABLE_COLUMNS: PageProColumns[] = [ { title: '类型', dataIndex: 'service_kind', - width: 100, + width: 120, ellipsis: true }, { From 71cc0b89164a11f1e3d22d2ddc43158ef963aab0 Mon Sep 17 00:00:00 2001 From: ningyv <1793599591@qq.com> Date: Mon, 14 Apr 2025 13:36:08 +0800 Subject: [PATCH 2/2] feature/1.7-MCP --- .../core/src/pages/mcpService/IntegrationAIContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/core/src/pages/mcpService/IntegrationAIContainer.tsx b/frontend/packages/core/src/pages/mcpService/IntegrationAIContainer.tsx index 743087d4..3d2177cf 100644 --- a/frontend/packages/core/src/pages/mcpService/IntegrationAIContainer.tsx +++ b/frontend/packages/core/src/pages/mcpService/IntegrationAIContainer.tsx @@ -142,7 +142,7 @@ const IntegrationAIContainer = ({ * 获取 API Key 列表 */ const getKeysList = () => { - fetchData>(type === 'global' ? 'simple/system/apikeys' : 'my/apikeys', { + fetchData>(type === 'global' ? 'simple/system/apikeys' : `my/apikeys/${serviceId}`, { method: 'GET' }) .then((response) => {