为了账号安全,请及时绑定邮箱和手机立即绑定

导出excel,被网页拦截如何解决?

导出excel,被网页拦截如何解决?

翻阅古今 2018-12-12 13:13:56
// 导出表格$(document).on("click",".exportbtn",function () {    $.ajax({        type:"get",        url:APIURL+"/admin/order_export",        data:{            api_token:token,            year:year,            month:month,            period:period        },        success:function (data) {            var str = APIURL+"/admin/order_export?api_token="+token+"&year="+year+"&month="+month+"&period="+period+"&agent_name=";            // location.href = str;            window.open(str);        },        error:function (XMLHttpRequest, textStatus, errorThrown) {            alert(XMLHttpRequest.responseJSON.response.msg);        }    })});
查看完整描述

1 回答

?
冉冉说

TA贡献1877条经验 获得超1个赞

这个只能对浏览器的拦截规则做设置,比如可以把你的域名加到浏览器白名单里


查看完整回答
反对 回复 2019-01-18
  • 1 回答
  • 0 关注
  • 404 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信