【解决todo】AI 角色仓库,使用角色不创建对话问题

This commit is contained in:
cherishsince 2024-05-21 22:07:56 +08:00
parent f6698c0286
commit 32c6818ee8

View File

@ -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,
}