Browse Source

fix: 调整 OSS.json 配置,Upload.Path 路径文件夹命名保持与 SysFileService 中一致

许俊杰 3 năm trước cách đây
mục cha
commit
3e58d83d5a

+ 1 - 1
Admin.NET/Admin.NET.Application/Configuration/OSS.json

@@ -2,7 +2,7 @@
     "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
     "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
 
 
     "Upload": {
     "Upload": {
-        "Path": "upload/{yyyy}/{MM}/{dd}", // 文件上传目录
+        "Path": "Upload/{yyyy}/{MM}/{dd}", // 文件上传目录
         "MaxSize": 1048576,
         "MaxSize": 1048576,
         "ContentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ]
         "ContentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ]
     },
     },