feat: 对话功能开发
This commit is contained in:
@@ -8,7 +8,7 @@ const routes = [
|
||||
meta: { title: '首页' },
|
||||
},
|
||||
{
|
||||
path: '/chat',
|
||||
path: '/chat/:id?',
|
||||
name: 'Chat',
|
||||
component: () => import('@/views/chat/ChatView.vue'),
|
||||
meta: { title: 'OpenCode 对话' },
|
||||
|
||||
Reference in New Issue
Block a user