Skip to content

Commit

Permalink
feat:调整bkrepo-op下载链接为从generic下载 #2586
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Sep 18, 2024
1 parent f54b95c commit 0138018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/devops-op/src/views/node/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export default {
},
downloadUrl(node) {
const fullPath = node.fullPath.substring(1)
return `/web/repository/api/list/${node.projectId}/${node.repoName}/${encodeURIComponent(fullPath)}`
return `/web/generic/${node.projectId}/${node.repoName}/${encodeURIComponent(fullPath)}`
},
showNodeDetail(node) {
this.nodeOfDetailDialog = node
Expand Down

0 comments on commit 0138018

Please sign in to comment.