新增本地资源通用下载方法

This commit is contained in:
RuoYi
2019-08-23 10:36:03 +08:00
parent 478520572c
commit 12e68fab27
5 changed files with 31 additions and 3 deletions

View File

@ -129,7 +129,7 @@ public class Global
*/
public static String getDownloadPath()
{
return getProfile() + "/download";
return getProfile() + "/download/";
}
/**