fix: some bugs

This commit is contained in:
xtaodada 2024-06-17 23:13:45 +08:00
parent 418a032fc3
commit 03f481ecb5
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ public class WorkerLoginController {
this.messageService = messageService;
}
@RequestMapping("/worker/Login.do")
@RequestMapping("/worker_Login.do")
public String workerLogin(
String username, String password, String code, Model model, HttpSession session,
HttpServletRequest request

View File

@ -36,7 +36,7 @@
</div>
<div class="toast-body">
1、请牢记您注册时填写的用户名和密码登录本系统时您需要提供正确的用户名和密码</br>
2、忘记用户名或者密码请联系招生单位
2、忘记用户名或者密码请联系学校管理员
</div>
</div>
</div>

View File

@ -36,7 +36,7 @@
</div>
<div class="toast-body">
1、请牢记您注册时填写的用户名和密码登录本系统时您需要提供正确的用户名和密码</br>
2、忘记用户名或者密码请联系招生单位
2、忘记用户名或者密码请联系学校管理员
</div>
</div>
</div>

View File

@ -40,7 +40,7 @@
</div>
</div>
</div>
<form action="${webroot}/worker/Login.do" method="post" >
<form action="${webroot}/worker_Login.do" method="post" >
<img class="mb-4" src="${webroot}/images/logo.jpg" alt="" width="72" height="72">
<h1 class="h3 mb-3 fw-normal">维修人员登录</h1>