支持CORS跨域请求
This commit is contained in:
		| @@ -178,6 +178,8 @@ public class GenController extends BaseController | ||||
|     private void genCode(HttpServletResponse response, byte[] data) throws IOException | ||||
|     { | ||||
|         response.reset(); | ||||
|         response.addHeader("Access-Control-Allow-Origin", "*"); | ||||
|         response.addHeader("Access-Control-Expose-Headers", "Content-Disposition"); | ||||
|         response.setHeader("Content-Disposition", "attachment; filename=\"ruoyi.zip\""); | ||||
|         response.addHeader("Content-Length", "" + data.length); | ||||
|         response.setContentType("application/octet-stream; charset=UTF-8"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user