Skip to content

Commit

Permalink
feat: 文件在线预览支持更多的文件类型 #2765
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Dec 26, 2024
1 parent b1d844a commit 6ecedad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6ecedad

Please sign in to comment.