|
@@ -364,7 +364,7 @@ treeToArray(data,prop={children:children}){
|
|
return ''
|
|
return ''
|
|
}
|
|
}
|
|
var src = this.checkViewer(guid)
|
|
var src = this.checkViewer(guid)
|
|
- var previewUrl = src + '&fullfilename=test.'+type
|
|
|
|
|
|
+ var previewUrl = src + '&fullfilename='guid +'.'+type
|
|
return `http://${Config.staticURL}:8012/onlinePreview?url=` + encodeURIComponent(Base64.encode(window.location.origin+previewUrl))
|
|
return `http://${Config.staticURL}:8012/onlinePreview?url=` + encodeURIComponent(Base64.encode(window.location.origin+previewUrl))
|
|
},
|
|
},
|
|
|
|
|