From d3cf460f059573893c6a52fc78bdc44c59bbe000 Mon Sep 17 00:00:00 2001 From: liyansheng <1761724207@qq.com> Date: Sat, 21 Dec 2024 00:49:55 +0800 Subject: [PATCH] =?UTF-8?q?fix<=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/index.jsp | 3 ++- src/main/webapp/login.jsp | 1 + src/main/webapp/register.jsp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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