@@ -293,6 +293,7 @@ function getStoragePath($path, $stillOriginalPath = false) {
}
function getFileView($path) {
+ return $path;
//$complete_path = "https://report.jinjianghc.com/" . getStoragePath($path);
return "https://fileview.jinjianghc.com/onlinePreview?url=" . base64_encode($path) . "&officePreviewType=pdf";