feat(agent): 重构聊天页面实现,新增Coze SDK集成和API接口,优化路由权限配置
This commit is contained in:
@ -25,10 +25,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'chat',
|
||||
name: 'Chat',
|
||||
meta: {
|
||||
locale: '品牌信息',
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
hideInMenu: true,
|
||||
},
|
||||
component: () => import('@/views/Agent/Chat'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user