mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
修复压缩获取路径错误,图片合集路径错误,水印问题等BUG
This commit is contained in:
parent
48ac926289
commit
c8dc638c29
@ -61,7 +61,7 @@ var currentUrl = window.location.href;
|
|||||||
var keyword = getQueryParam(currentUrl, 'watermarkTxt');
|
var keyword = getQueryParam(currentUrl, 'watermarkTxt');
|
||||||
function chooseNode(event, treeId, treeNode) {
|
function chooseNode(event, treeId, treeNode) {
|
||||||
if (!treeNode.isParent) {
|
if (!treeNode.isParent) {
|
||||||
var path = '${baseUrl}'+encodeURIComponent(treeNode.id)+"?kkCompressfileKey="+'${fileTree}'+"&kkCompressfilepath="+encodeURIComponent(treeNode.id)+"&fullfilename="+encodeURIComponent(treeNode.name);
|
var path = '${baseUrl}'+treeNode.id+"?kkCompressfileKey="+'${fileTree}'+"&kkCompressfilepath="+encodeURIComponent(treeNode.id)+"&fullfilename="+encodeURIComponent(treeNode.name);
|
||||||
if (isNotEmpty(keyword)){
|
if (isNotEmpty(keyword)){
|
||||||
location.href = "${baseUrl}onlinePreview?url=" + encodeURIComponent(Base64.encode(path))+"&watermarkTxt="+keyword;
|
location.href = "${baseUrl}onlinePreview?url=" + encodeURIComponent(Base64.encode(path))+"&watermarkTxt="+keyword;
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
Reference in New Issue
Block a user