回车前
回车后
怎么阻止他的跳转?
可以通过禁止跳转的方式来实现的。
检查服务器,应该是做了反向代理301跳转到cdn加速域名去了
success:function(){
window.location.href="/enterprise/show";
}
window.location.href="http://www.xxx.com/enterprise/show"; //错误.无法跳转,分布式也无法跳转