fix sistema/intranet path

This commit is contained in:
amazuecos
2025-04-06 05:59:37 +02:00
parent ccfc78ed0d
commit 4343b86640

View File

@ -71,8 +71,8 @@ class FileUploadDropzone {
}
}
onViewButton(file) {
console.log(window.location.protocol + "//" + window.location.host + this.resourcePath + "/" + file.hash)
window.open(window.location.protocol + "//" + window.location.host + this.resourcePath + "/" + file.hash, '_blank');
console.log(window.location.protocol + "//" + window.location.host + "/sistema/intranet/" + this.resourcePath + "/" + file.hash)
window.open(window.location.protocol + "//" + window.location.host + "/sistema/intranet/" + this.resourcePath + "/" + file.hash, '_blank');
}
_getDropzoneFilesFormData() {
var files = this.dropzone.files;