文件上传路径

This commit is contained in:
RuoYi
2018-09-18 18:51:13 +08:00
parent b6048e5429
commit 9d581bec25
3 changed files with 4 additions and 4 deletions

View File

@ -75,12 +75,12 @@ public class RuoYiConfig
public static String getAvatarPath()
{
return profile + "/avatar/";
return profile + "avatar/";
}
public static String getDownloadPath()
{
return profile + "/download/";
return profile + "download/";
}
}