Files
SIPAIIS_WMS_JSSW/bin/WebRoot/jsp/changePage.jsp
2026-01-16 14:13:44 +08:00

19 lines
374 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%
String contextPath = request.getContextPath();
%>
<!DOCTYPE html>
<html>
<head>
<title></title>
<jsp:include page="inc.jsp"></jsp:include>
<script type="text/javascript">
$(function() {
alert();
location.replace(ext.contextPath);
})
</script>
</head>
<body>
</body>
</html>