Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26772
  • Loading branch information
vhwweng committed Dec 13, 2024
1 parent 9446227 commit d463ab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/devops-nav/src/views/IFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
project_code: cookie.get(X_DEVOPS_PROJECT_ID)
}, this.$route.query)
this.src = urlJoin(this.currentPage.iframe_url, initPath) + this.currentPage.link === '/permission/' ? '' : '?' + queryStringify(query) + hash
this.src =
urlJoin(this.currentPage.iframe_url, initPath) +
this.currentPage.link === '/permission/' ? '' : `?${queryStringify(query)}${hash}`
}
}
Expand Down

0 comments on commit d463ab4

Please sign in to comment.