index.jsp 141 Bytes
Newer Older
罗绍泽 committed
1 2 3 4
<script type="text/javascript">
var WebContextPath = '<%=request.getContextPath() %>';
window.location = WebContextPath + "/login";
</script>