diff --git a/src/main/resources/static/admin/js/adminEmail.jsp b/src/main/resources/static/admin/js/adminEmail.jsp
new file mode 100644
index 0000000..27ac550
--- /dev/null
+++ b/src/main/resources/static/admin/js/adminEmail.jsp
@@ -0,0 +1,64 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+
+receive.jsp
+
+
+
+
+
+
+ 您还没有邮件可管理。
+
+
+
+
+ 收件人 |
+ 发件人 |
+ 主题 |
+ 时间 |
+ 操作 |
+
+
+
+
+ ${email.email_r } |
+ ${email.email_s } |
+ ${email.title } |
+ ${email.sendtime } |
+ 删除 |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/static/admin/js/adminUser.jsp b/src/main/resources/static/admin/js/adminUser.jsp
new file mode 100644
index 0000000..370ddce
--- /dev/null
+++ b/src/main/resources/static/admin/js/adminUser.jsp
@@ -0,0 +1,72 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+
+receive.jsp
+
+
+
+
+
+
+ 您还没有用户可管理。
+
+
+
+
+ 用户ID |
+ 用户Email |
+ 操作 |
+
+
+
+
+ ${u.id } |
+ ${u.bemail } |
+
+
+ 锁定
+
+
+ 解锁
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/static/admin/js/login.jsp b/src/main/resources/static/admin/js/login.jsp
new file mode 100644
index 0000000..5e2045c
--- /dev/null
+++ b/src/main/resources/static/admin/js/login.jsp
@@ -0,0 +1,71 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+
+
+
+
+
+ 后台登录
+
+
+
+
+
+
+
+ ${msg }
+
+
diff --git a/src/main/resources/static/admin/js/main.jsp b/src/main/resources/static/admin/js/main.jsp
new file mode 100644
index 0000000..6c237db
--- /dev/null
+++ b/src/main/resources/static/admin/js/main.jsp
@@ -0,0 +1,127 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+后台主页面
+
+
+
+
+
+
+
+
+
+
+
+
+