代码提交
This commit is contained in:
parent
c645294ac1
commit
838a52cb58
|
|
@ -9,7 +9,7 @@ wuzhen:
|
|||
# 实例演示开关
|
||||
demoEnabled: false
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: D:/ruoyi/uploadPath
|
||||
profile: /www/wwwroot
|
||||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
|
||||
|
|
|
|||
|
|
@ -119,6 +119,6 @@ public class RuoYiConfig
|
|||
*/
|
||||
public static String getUploadPath()
|
||||
{
|
||||
return getProfile() + "/upload";
|
||||
return getProfile() + "/upload/fp";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue