提交 957241e4 编写于 作者: D DebugIsFalse

Update [id].vue

上级 7a5a292b
......@@ -77,7 +77,7 @@ const markedEnd = '[DONE]'
function initSearchItemInfo (info, records) {
const { title, repo_name, repo_path, repo_branch, is_public } = info
Object.assign(state, { query: $firstRecordTitle.value, title, repo: repo_name, gitPath: repo_path, branch: repo_branch, isPublic: is_public })
Object.assign(state, { query: $firstRecordTitle.value || title, title, repo: repo_name, gitPath: repo_path, branch: repo_branch, isPublic: is_public })
// 单独处理query,兼容临时title的历史记录
if (records && records.length > 0) {
state.query = records[0].question
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册