feat: 完成api页面搭建
This commit is contained in:
@@ -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接口',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user