Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26779
  • Loading branch information
vhwweng committed Dec 13, 2024
1 parent d463ab4 commit 0e9f784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/devops-nav/src/views/IFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +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 0e9f784

Please sign in to comment.