|
@@ -178,6 +178,6 @@ function getStoragePath($path) {
|
|
}
|
|
}
|
|
|
|
|
|
function getFileView($path){
|
|
function getFileView($path){
|
|
- $complete_path = "http://report.jinjianghc.com/".getStoragePath($path);
|
|
|
|
- return "http://fileview.jinjianghc.com/onlinePreview?url=".base64_encode($complete_path);
|
|
|
|
|
|
+ $complete_path = "https://report.jinjianghc.com/".getStoragePath($path);
|
|
|
|
+ return "https://fileview.jinjianghc.com/onlinePreview?url=".base64_encode($complete_path);
|
|
}
|
|
}
|