设备列表-上传设备图像

This commit is contained in:
2025-07-12 14:54:18 +08:00
parent 118be05c8a
commit eafb0ec2c6
2 changed files with 9 additions and 1 deletions

View File

@ -119,4 +119,12 @@ public class RuoYiConfig
{
return getProfile() + "/upload";
}
/**
* 获取头像上传路径
*/
public static String getDevicePath()
{
return getProfile() + "/device";
}
}