diff --git a/httpdocs/assets/js/safekat/components/forms/fileUploadDropzone.js b/httpdocs/assets/js/safekat/components/forms/fileUploadDropzone.js index 6f2ec78b..a6e6fee8 100644 --- a/httpdocs/assets/js/safekat/components/forms/fileUploadDropzone.js +++ b/httpdocs/assets/js/safekat/components/forms/fileUploadDropzone.js @@ -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;