feat(agent): 重构聊天页面布局,调整路由配置,优化Coze SDK集成逻辑
This commit is contained in:
@ -13,7 +13,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
name: 'Agent',
|
||||
redirect: 'agent/listData',
|
||||
meta: {
|
||||
locale: '品牌资产管理',
|
||||
locale: '扣子智能体',
|
||||
icon: IconRepository,
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
@ -21,14 +21,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
id: MENU_GROUP_IDS.PROPERTY_ID,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'chat',
|
||||
name: 'Chat',
|
||||
meta: {
|
||||
hideInMenu: true,
|
||||
},
|
||||
component: () => import('@/views/Agent/Chat'),
|
||||
},
|
||||
|
||||
],
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user