可信开源代码库-AI大模型登录状态异常处理及添加接口提示
This commit is contained in:
@@ -505,11 +505,11 @@ const createConversation = async () => {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
// Message.error('创建会话失败,未获取到会话ID');
|
||||
Message.error(data.msg || '创建会话失败,请重试');
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('创建会话失败:', error);
|
||||
// Message.error('创建会话失败,请重试');
|
||||
Message.error(error || '创建会话失败,请重试');
|
||||
}
|
||||
};
|
||||
// 猜你想问接口
|
||||
|
||||
Reference in New Issue
Block a user