Commit df6251db authored by wangdanlei's avatar wangdanlei

任务文档详情页跳转标题修改

parent ec387a86
...@@ -335,7 +335,7 @@ export default { ...@@ -335,7 +335,7 @@ export default {
} else { } else {
this.$router.push({ this.$router.push({
path: `/configured-page/cd/${params.subTypeName}/defaultInfo/${params.id}`, path: `/configured-page/cd/${params.subTypeName}/defaultInfo/${params.id}`,
query: { title: (params.name || params.id) + '详情' } query: { title: params.number + ' ' + (params.name || ' ') + params.displayVersion + '详情' }
}) })
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment