cnf
2025-03-24 d84ac8a7ee3121b791d8d4d59ab6f2b766796948
MESApplication/Controllers/PLM/PLMController.cs
@@ -71,7 +71,7 @@
        return Convert.ToBase64String(fileBytes);
    }
    [HttpDelete("DeleteImageFile")]
    [HttpPost("DeleteImageFile")]
    public IActionResult DeleteImageFile([FromQuery] string filePath)
    {
        // 检查文件路径是否为空