[update] 企标制修订在线编辑
This commit is contained in:
@@ -711,6 +711,7 @@ export default {
|
|||||||
const filePaths = file.editFilePath.split('/')
|
const filePaths = file.editFilePath.split('/')
|
||||||
const fileName = filePaths[filePaths.length - 1]
|
const fileName = filePaths[filePaths.length - 1]
|
||||||
const url = `${window._CONFIG.onlinePreviewDomainURL}?url=${encodeURIComponent(Base64.encode(this.documentUrl + file.editFilePath + '&fullfilename=' + fileName))}`
|
const url = `${window._CONFIG.onlinePreviewDomainURL}?url=${encodeURIComponent(Base64.encode(this.documentUrl + file.editFilePath + '&fullfilename=' + fileName))}`
|
||||||
|
console.log(this.documentUrl + file.editFilePath + '&fullfilename=' + fileName)
|
||||||
window.open(url, '_blank')
|
window.open(url, '_blank')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user