%@ page contentType="text/html; charset=GBK" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<%
String redirect=request.getParameter("redirect");
if (redirect==null){
redirect="login.jsp";
}
Login.logout(request);
response.sendRedirect(redirect);
%>
重点技改项目进度