mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【优化】优化本地上传写入文件夹缺少反斜杠的问题。
This commit is contained in:
@@ -196,7 +196,7 @@ namespace CoreCms.Net.Services
|
||||
filesStorageOptions.QiNiuBucketName = GetValue(SystemSettingConstVars.FilesStorageQiNiuBucketName, configs, settings);
|
||||
|
||||
//格式化存储文件夹路径
|
||||
filesStorageOptions.Path = UpLoadHelper.PathFormat(filesStorageOptions.StorageType, filesStorageOptions.Path, filesStorageOptions.BucketBindUrl);
|
||||
filesStorageOptions.Path = UpLoadHelper.PathFormat(filesStorageOptions.StorageType, filesStorageOptions.Path);
|
||||
|
||||
|
||||
return filesStorageOptions;
|
||||
|
||||
Reference in New Issue
Block a user