diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index fe033e0..917d32c 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -3,7 +3,8 @@ -

首页

+

电脑商城-首页

注册 +登录 diff --git a/src/main/webapp/login.jsp b/src/main/webapp/login.jsp index d8b5511..bd4debb 100644 --- a/src/main/webapp/login.jsp +++ b/src/main/webapp/login.jsp @@ -16,6 +16,7 @@
+ ${requestScope.msg} \ No newline at end of file diff --git a/src/main/webapp/register.jsp b/src/main/webapp/register.jsp index 2667786..8444322 100644 --- a/src/main/webapp/register.jsp +++ b/src/main/webapp/register.jsp @@ -18,6 +18,7 @@
+ ${requestScope.msg} \ No newline at end of file