From 45919407196fd8d540d20b7f15e1bbb7e2157cf3 Mon Sep 17 00:00:00 2001 From: lannoy0523 <935275025@qq.com> Date: Thu, 2 Jan 2025 10:05:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E4=BB=B6=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E6=94=AF=E6=8C=81=E6=9B=B4=E5=A4=9A=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=B1=BB=E5=9E=8B=20#2765?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repoGeneric/previewOfficeFileDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/devops-repository/src/views/repoGeneric/previewOfficeFileDialog.vue b/src/frontend/devops-repository/src/views/repoGeneric/previewOfficeFileDialog.vue index 40ec02b7b6..a047851ad8 100644 --- a/src/frontend/devops-repository/src/views/repoGeneric/previewOfficeFileDialog.vue +++ b/src/frontend/devops-repository/src/views/repoGeneric/previewOfficeFileDialog.vue @@ -79,7 +79,7 @@ } else { this.$refs.showData.style.height = '800px' if (this.repoType === 'local') { - customizePreviewLocalOfficeFile(this.projectId, this.repoName, '/' + this.filePath).then(res => { + customizePreviewLocalOfficeFile(this.projectId, this.repoName, this.filePath).then(res => { this.showFrame = true const url = URL.createObjectURL(res.data) this.pageUrl = url