|
@@ -50,9 +50,7 @@ export const moduleRoutes = {
|
|
|
children: [
|
|
|
{ path: '/home', component: () => import('@/views/modules/home'), name: 'home', meta: { title: '主页', isTab: false } },
|
|
|
//创衡智能体
|
|
|
- // { path: '/agentDialog', component: () => import('@/views/modules/agent/dialog'), name: 'agentDialog', meta: { title: '创建新对话', isTab: false } },
|
|
|
- // { path: '/agentDialogResult', component: () => import('@/views/modules/agent/dialogResult'), name: 'agentDialogResult', meta: { title: '对话结果', isTab: false } },
|
|
|
- { path: '/agentProgramAddTeam', component: () => import('@/views/modules/agent/program/addTeam'), name: 'agentProgramAddTeam', meta: { title: '添加团队', isTab: false } },
|
|
|
+ { path: '/agentProgramAddTeam', component: () => import('@/views/modules/agent/company/addTeam'), name: 'agentProgramAddTeam', meta: { title: '添加团队', isTab: false } },
|
|
|
{ path: '/agentKnowledgeAdd', component: () => import('@/views/modules/agent/knowledge/add'), name: 'agentKnowledgeAdd', meta: { title: '创建知识库', isTab: false } },
|
|
|
{ path: '/agentKnowledgeDetail', component: () => import('@/views/modules/agent/knowledge/detail'), name: 'agentKnowledgeDetail', meta: { title: '知识库详情', isTab: false } },
|
|
|
{ path: '/agentKnowledgeCategory', component: () => import('@/views/modules/agent/knowledgeCategory'), name: 'agentKnowledgeCategory', meta: { title: '类目管理', isTab: false } },
|
|
@@ -62,7 +60,7 @@ export const moduleRoutes = {
|
|
|
{ path: '/agentQuestionnaireDetail', component: () => import('@/views/modules/agent/questionnaire/detail'), name: 'agentQuestionnaireDetail', meta: { title: '问卷详情', isTab: false } },
|
|
|
{ path: '/agentQuestionnairePublish', component: () => import('@/views/modules/agent/questionnaire/publish'), name: 'agentQuestionnairePublish', meta: { title: '发布问卷', isTab: false } },
|
|
|
{ path: '/agentUserInfo', component: () => import('@/views/modules/agent/userInfo'), name: 'agentUserInfo', meta: { title: '个人信息', isTab: false } },
|
|
|
- { path: '/agentTeamUser', component: () => import('@/views/modules/agent/program/teamUser'), name: 'agentTeamUser', meta: { title: '成员管理', isTab: false } },
|
|
|
+ { path: '/agentTeamUser', component: () => import('@/views/modules/agent/company/teamUser'), name: 'agentTeamUser', meta: { title: '成员管理', isTab: false } },
|
|
|
]
|
|
|
}
|
|
|
|