diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/TemplateDownloadController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/TemplateDownloadController.java index 068a6f5..d0c2111 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/TemplateDownloadController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/TemplateDownloadController.java @@ -70,7 +70,7 @@ public class TemplateDownloadController { Resource resource = new FileSystemResource(zipFile); HttpHeaders headers = new HttpHeaders(); - headers.add(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=" + zipFile.getName()); +// headers.add(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=" + zipFile.getName()); ResponseEntity response = ResponseEntity.ok() .headers(headers)