Browse Source

文件管理-文件上传路径

develop
wangsixiang 6 months ago
parent
commit
bea99b287a
  1. 7
      ruoyi-common/src/main/java/com/ruoyi/common/config/RuoYiConfig.java

7
ruoyi-common/src/main/java/com/ruoyi/common/config/RuoYiConfig.java

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

Loading…
Cancel
Save