瀏覽代碼

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 年之前
父節點
當前提交
d68c755416
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -979,7 +979,7 @@ if (!function_exists('excelSaveFile')) {
         if (!file_exists($file_dir)) throw new Exception('压缩包文件不存在');
 
 //        return $file_dir;
-        return 'home/' . str_replace(root_path() . "public/", '', $file_dir);
+        return str_replace(root_path() . "public/", '', $file_dir);
     }
 }