diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/controller/ViewController.class b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/controller/ViewController.class
index b8a281f..eed6f75 100644
Binary files a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/controller/ViewController.class and b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/controller/ViewController.class differ
diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/handler/CustomAuthenticationSuccessHandler.class b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/handler/CustomAuthenticationSuccessHandler.class
index bb67392..cf698d0 100644
Binary files a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/handler/CustomAuthenticationSuccessHandler.class and b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/cyou/chenx221/handler/CustomAuthenticationSuccessHandler.class differ
diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/spring-security.xml b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/spring-security.xml
index 28a1779..09233b1 100644
--- a/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/spring-security.xml
+++ b/project2/out/artifacts/project2_war_exploded/WEB-INF/classes/spring-security.xml
@@ -21,6 +21,8 @@
+
+
diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_s.jsp b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_s.jsp
new file mode 100644
index 0000000..6e7d9ff
--- /dev/null
+++ b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_s.jsp
@@ -0,0 +1,113 @@
+<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
+
+
+
+
+
+
+
+ 面板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_t.jsp b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_t.jsp
new file mode 100644
index 0000000..88f6134
--- /dev/null
+++ b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/dashboard_t.jsp
@@ -0,0 +1,116 @@
+<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
+
+
+
+
+
+
+
+ 面板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project2/out/artifacts/project2_war_exploded/WEB-INF/views/login.jsp b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/login.jsp
index 4898356..707a07b 100644
--- a/project2/out/artifacts/project2_war_exploded/WEB-INF/views/login.jsp
+++ b/project2/out/artifacts/project2_war_exploded/WEB-INF/views/login.jsp
@@ -21,7 +21,7 @@
<%
- if(new UsernameHelper().getCurrentUsername()!=null){
+ if (new UsernameHelper().getCurrentUsername() != null) {
//redirect /dashboard
//note: 登陆了的就别乱访问了
response.sendRedirect("dashboard");
@@ -101,11 +101,13 @@
用户登录
-
+
-
+
@@ -118,12 +120,12 @@
-
还没有账号? 注册一个
+
还没有账号? 注册一个
@@ -133,15 +135,18 @@
用户注册
-
+
-
+
-
+
@@ -234,7 +239,12 @@
$('#exampleModal2').modal('show');
});
-
+ function showNote() {
+ alert("功能尚未实现,请联系管理员重置密码");
+ }
+ function showReg(){
+ document.getElementById("tab-register").click();
+ }