mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 18:35:07 +08:00
【增加】AI 配置 Chat角色
This commit is contained in:
@ -149,7 +149,10 @@ const handlerCardUse = async (role) => {
|
||||
const conversation = await ChatConversationApi.createChatConversationMy(data)
|
||||
// 调整页面
|
||||
router.push({
|
||||
path: `/ai/chat/index?conversationId=${conversation.id}`
|
||||
path: `/ai/chat/index`,
|
||||
query: {
|
||||
conversationId: conversation,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user