mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix sistema/intranet path
This commit is contained in:
@ -71,8 +71,8 @@ class FileUploadDropzone {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
onViewButton(file) {
|
onViewButton(file) {
|
||||||
console.log(window.location.protocol + "//" + window.location.host + this.resourcePath + "/" + file.hash)
|
console.log(window.location.protocol + "//" + window.location.host + "/sistema/intranet/" + this.resourcePath + "/" + file.hash)
|
||||||
window.open(window.location.protocol + "//" + window.location.host + this.resourcePath + "/" + file.hash, '_blank');
|
window.open(window.location.protocol + "//" + window.location.host + "/sistema/intranet/" + this.resourcePath + "/" + file.hash, '_blank');
|
||||||
}
|
}
|
||||||
_getDropzoneFilesFormData() {
|
_getDropzoneFilesFormData() {
|
||||||
var files = this.dropzone.files;
|
var files = this.dropzone.files;
|
||||||
|
|||||||
Reference in New Issue
Block a user