在jsp页面是使用<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">
代表url使用的是绝对地址,在配置域名的时候,会导致跳转后域名变成ip地址。