Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-07 19:01:00 +08:00
parent 224009e7e6
commit 8ee7d30d6a
+1 -1
View File
@@ -849,7 +849,7 @@ if (!function_exists('storage')) {
}
}
if (empty($fileName)) {
return $basePath . '/' . $path . '/';
return $basePath . '/' . $path;
}
$fileName = $basePath . '/' . $path . $fileName;
if (!file_exists($fileName)) {