telsale-management/代码/jsp/telsale_import/web/index.jsp

21 lines
447 B
Plaintext
Raw Normal View History

2018-06-19 07:52:20 +00:00
<%--
Created by IntelliJ IDEA.
User: Kane
Date: 2017/3/27
Time: 15:07
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
<link rel="icon" href="image/telephone.png">
</head>
<body>
<%
response.sendRedirect( "uploadPolicyData/uploadPolicyData.jsp" );
//session.getAttribute( "tst" );
%>
</body>
</html>