|
@ -131,6 +131,13 @@ public class RuoYiConfig |
|
|
{ |
|
|
{ |
|
|
return getProfile() + "/upload"; |
|
|
return getProfile() + "/upload"; |
|
|
} |
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* 获取文件管理-文件上传路径 |
|
|
|
|
|
*/ |
|
|
|
|
|
public static String getFileManagementPath() |
|
|
|
|
|
{ |
|
|
|
|
|
return getProfile() + "/fileManagement"; |
|
|
|
|
|
} |
|
|
/** |
|
|
/** |
|
|
* 获取协议上传路径 |
|
|
* 获取协议上传路径 |
|
|
*/ |
|
|
*/ |
|
|