|
@@ -12,8 +12,8 @@ export const systemRoutes = [
|
|
|
{ path: '/noPer', component: () => import('../views/NoPer.vue') },
|
|
{ path: '/noPer', component: () => import('../views/NoPer.vue') },
|
|
|
|
|
|
|
|
// 会话
|
|
// 会话
|
|
|
- // { path: '/chat', redirect: '/chat/qa' },
|
|
|
|
|
- { path: '/chat', component: () => import('../views/Conversation.vue') },
|
|
|
|
|
|
|
+ { path: '/chat', redirect: '/chat/qa' },
|
|
|
|
|
+ // { path: '/chat', component: () => import('../views/Conversation.vue') },
|
|
|
{ path: '/chat/qa', component: () => import('../views/ConversationQA.vue') },
|
|
{ path: '/chat/qa', component: () => import('../views/ConversationQA.vue') },
|
|
|
{ path: '/chat/history', component: () => import('../views/ConversationHistory.vue') },
|
|
{ path: '/chat/history', component: () => import('../views/ConversationHistory.vue') },
|
|
|
{ path: '/chat/board', component: () => import('../views/ConversationBoard.vue') },
|
|
{ path: '/chat/board', component: () => import('../views/ConversationBoard.vue') },
|