Browse Source

更新common

sandm 2 years ago
parent
commit
678f5a7abd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

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