提交 8b74ecb7 编写于 作者: View Design's avatar View Design

Merge branch 'main' of gitcode.com:git_bot/ai-fe

...@@ -202,7 +202,7 @@ const fetchLinkedQuestion = (query) => { ...@@ -202,7 +202,7 @@ const fetchLinkedQuestion = (query) => {
}).then((res) => { }).then((res) => {
if (res && res.data && res.data.items) { if (res && res.data && res.data.items) {
recommendQuestions.value = res.data.items.map(item => { recommendQuestions.value = res.data.items.map(item => {
return { title: item.question } return { title: typeof item === 'string' ? item : item.question }
}) })
} }
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册