From 32c6818ee82ec4a561242d8a26badc87b8f4bee7 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 22:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91AI=20?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E4=BB=93=E5=BA=93=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E4=B8=8D=E5=88=9B=E5=BB=BA=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ai/chat/role/index.vue b/src/views/ai/chat/role/index.vue index 2b4aebe6..67f47d75 100644 --- a/src/views/ai/chat/role/index.vue +++ b/src/views/ai/chat/role/index.vue @@ -48,6 +48,7 @@ :role-list="publicRoleList" @on-delete="handlerCardDelete" @on-edit="handlerCardEdit" + @on-use="handlerCardUse" @on-page="handlerCardPage('public')" style="margin-top: 20px;" loading/> @@ -198,7 +199,7 @@ const handlerCardUse = async (role) => { const conversation = await ChatConversationApi.createChatConversationMy(data) // 调整页面 router.push({ - path: `/ai/chat/index`, + path: `/ai/chat`, query: { conversationId: conversation, }