feat: 完成api页面搭建

This commit is contained in:
ccnetcore
2026-02-06 00:41:13 +08:00
parent 0b30dbb8de
commit 19b27d8e9a
6 changed files with 385 additions and 4 deletions

View File

@@ -77,6 +77,14 @@ export const layoutRouter: RouteRecordRaw[] = [
title: '意心Ai-AI智能体',
},
},
{
path: 'api',
name: 'chatApi',
component: () => import('@/pages/chat/api/index.vue'),
meta: {
title: '意心Ai-AI接口',
},
},
],
},