Skip to content

Commit

Permalink
fix build trigger url
Browse files Browse the repository at this point in the history
  • Loading branch information
bwcx-jzy committed Sep 14, 2021
1 parent 44289ac commit 989fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-vue/src/pages/build/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export default {
this.temp = Object.assign(record);
getTriggerUrl(record.id).then(res => {
if (res.code === 200) {
this.temp.triggerBuildUrl = `${location.protocol}${location.host}${res.data.triggerBuildUrl}`;
this.temp.triggerBuildUrl = `${location.protocol}//${location.host}${res.data.triggerBuildUrl}`;
this.triggerVisible = true;
}
})
Expand Down

0 comments on commit 989fa69

Please sign in to comment.