属性window.location.href IE浏览器不兼容
不兼容的问题主要是路径中字符需要处理
function getContextPath() {
var path= document.location.pathname;
var index = path.substr(1).indexOf("/");
var result = path.substr(0,index+1);
return result;
}
window.location.href=getContextPath()+"/jurisdiction/jumpAddAccessPath.action;