1、在接口中的第一行加入代码
response.setHeader("Access-Control-Allow-Origin", "*")
2、如果是springmvc框架,加注解(未验证)
@CrossOrigin