From 0e9f78411f78a1745a708669aa06c4b4716f080f Mon Sep 17 00:00:00 2001 From: v_hwweng Date: Fri, 13 Dec 2024 18:41:07 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=94=A8=E6=88=B7=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=A7=86=E8=A7=92=20=E6=9D=83=E9=99=90=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BC=98=E5=8C=96=20#11138=20#=20Reviewed,=20transact?= =?UTF-8?q?ion=20id:=2026779?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/devops-nav/src/views/IFrame.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/devops-nav/src/views/IFrame.vue b/src/frontend/devops-nav/src/views/IFrame.vue index aef7a0f9d80..9691efd273b 100755 --- a/src/frontend/devops-nav/src/views/IFrame.vue +++ b/src/frontend/devops-nav/src/views/IFrame.vue @@ -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}`) } }