若依3.2

This commit is contained in:
RuoYi
2019-01-16 14:56:27 +08:00
parent 04f2607398
commit 57fa243747
36 changed files with 1750 additions and 6685 deletions

View File

@ -122,13 +122,21 @@ public class Global
}
/**
* 获取下载上传路径
* 获取下载路径
*/
public static String getDownloadPath()
{
return getConfig("ruoyi.profile") + "download/";
}
/**
* 获取上传路径
*/
public static String getUploadPath()
{
return getConfig("ruoyi.profile") + "upload/";
}
/**
* 获取作者
*/