Browse Source

更新common

sandm 2 năm trước cách đây
mục cha
commit
678f5a7abd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

@@ -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";
 }