TASK:审批affiliate

This commit is contained in:
2025-08-28 14:01:48 +08:00
parent 56b56981b1
commit 933522482b
2 changed files with 2 additions and 2 deletions

View File

@@ -3402,7 +3402,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
response.reset();
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
response.setHeader("Content-Disposition", "attachment;filename=" + fileName);
// response.setHeader("Access-Control-Allow-Origin", "http://localhost:3000");
response.setHeader("Access-Control-Allow-Origin", "http://192.168.31.118:3000");
// 6. 输出流写入
try (ServletOutputStream outputStream = response.getOutputStream()) {