Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/d69e2171e7b9fd16da8760afe854481c49f58cd8/web/logout.jsp
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<%@page language="java" pageEncoding="utf-8" %>
|
|
<%@include file="auth.jsp"%>
|
|
<%@include file="clearsessions.jsp"%>
|
|
|
|
<script>
|
|
window.parent.location ="login.jsp";
|
|
</script>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|