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