This commit is contained in:
2023-06-30 10:32:31 +08:00
parent 606ddcd630
commit ba602a0a0d
3 changed files with 17 additions and 7 deletions

View File

@@ -127,6 +127,7 @@ public class JsowellConfig {
* 获取上传路径
*/
public static String getUploadPath() {
return getProfile() + "/upload";
// return getProfile() + "/upload";
return getProfile();
}
}