网页版发布
This commit is contained in:
20
代码/jsp/telsale_import/web/index.jsp
Normal file
20
代码/jsp/telsale_import/web/index.jsp
Normal file
@@ -0,0 +1,20 @@
|
||||
<%--
|
||||
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>
|
Reference in New Issue
Block a user