代码提交

This commit is contained in:
zhengzheng 2022-04-05 11:08:44 +08:00
parent c645294ac1
commit 838a52cb58
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ wuzhen:
# 实例演示开关
demoEnabled: false
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
profile: /www/wwwroot
# 获取ip地址开关
addressEnabled: false

View File

@ -119,6 +119,6 @@ public class RuoYiConfig
*/
public static String getUploadPath()
{
return getProfile() + "/upload";
return getProfile() + "/upload/fp";
}
}