Skip to content

Commit

Permalink
增加构建详情的查看配置项,在构建详情界面点击插件时,默认进入的是 日志 or 配置 Tab页面。 TencentBlueKing#10808
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18879
  • Loading branch information
useryuyu committed Sep 20, 2024
1 parent d37508b commit c1678f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
properties: {
handler (newValue) {
if (JSON.stringify(newValue) === JSON.stringify(['CONFIG', 'LOG', 'ARTIFACT'])) {
if (newValue.join('') === ['CONFIG', 'LOG', 'ARTIFACT'].join('')) {
this.tabList = [
{ name: 'setting', show: true },
{ name: 'log', show: true },
Expand Down

0 comments on commit c1678f9

Please sign in to comment.