location. href跳转超级慢,甚至没响应


<button type="button" class="btn btn-default" title="新建">
                                        <i class="fa fa-file-o"
                                            onclick="location.href='${pageContext.request.contextPath}/pages/product-add.jsp'"></i>
                                        新建
                                    </button>

jsp页面,就这么简单个跳转,没响应
以前都没遇到过
点了这个按钮之后,页面不跳转,日志也没输出
尝试了几次,只成功了一次
这跳不了页面,啥也干不下去呀

<button type="button" class="btn btn-default" title="新建"
onclick="javascript:location.href='${pageContext.request.contextPath}/pages/product-add.jsp'"

                                    <i class="fa fa-file-o"></i>
                                    新建
                                </button>