Files
HRS/HRS/WebContent/index.jsp
2026-04-14 12:29:29 +08:00

5 lines
173 B
Plaintext

<%@ page contentType="text/html; charset=UTF-8" language="java" %>
<%
// 重定向到登录页面
response.sendRedirect(request.getContextPath() + "/user/login");
%>