提交 68687c0a 编写于 作者: D DebugIsFalse

fix: 敏感数据处理

上级 ca1513f4
...@@ -281,7 +281,8 @@ function handleFormFetchData (fetchData) { ...@@ -281,7 +281,8 @@ function handleFormFetchData (fetchData) {
// 处理审核异常 // 处理审核异常
if (handleSetServiceErrorInfo(message)) { if (handleSetServiceErrorInfo(message)) {
const errorInfo = handleSetServiceErrorInfo(message) const errorInfo = handleSetServiceErrorInfo(message)
Object.assign(askingData.value, { article: errorInfo, processStatus: 'finish' }) Object.assign(askingData.value, { article: errorInfo, source: [], processStatus: 'finish' })
recommendQuestions.value = []
handleStopGenerate() handleStopGenerate()
return return
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册