Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/blame/commit/5cd0a53644a958fef1dfaa0a3897be578d4ab02b/web/logout.jsp You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/logout.jsp

17 lines
238 B

1 year ago
<%@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>