From 6ecedad9924ffb09a3833b3f78746e80bc7e3d63 Mon Sep 17 00:00:00 2001 From: lannoy0523 <935275025@qq.com> Date: Thu, 26 Dec 2024 18:14:57 +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/frontend/devops-repository/src/utils/previewOfficeFile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/devops-repository/src/utils/previewOfficeFile.js b/src/frontend/devops-repository/src/utils/previewOfficeFile.js index 12ded44550..8981e29cd8 100644 --- a/src/frontend/devops-repository/src/utils/previewOfficeFile.js +++ b/src/frontend/devops-repository/src/utils/previewOfficeFile.js @@ -15,7 +15,6 @@ export function customizePreviewOfficeFile (projectId, repoName, fullPath) { export function customizePreviewLocalOfficeFile (projectId, repoName, fullPath) { const url = projectId + '/' + repoName + fullPath - console.log(url) return axios({ url: `${location.origin}/web/preview/api/file/onlinePreview/` + url, method: 'get',