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

17 lines
349 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="jsp/inc.jsp"></jsp:include>
<%
request.getRequestDispatcher("/Login/login.do").forward(request, response);
%>
</head>
<body>
</body>
</html>