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 }, { 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) => {