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