fix: some bugs
This commit is contained in:
parent
418a032fc3
commit
03f481ecb5
@ -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
|
||||
|
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="toast-body">
|
||||
1、请牢记您注册时填写的用户名和密码,登录本系统时您需要提供正确的用户名和密码!</br>
|
||||
2、忘记用户名或者密码请联系招生单位!
|
||||
2、忘记用户名或者密码请联系学校管理员!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="toast-body">
|
||||
1、请牢记您注册时填写的用户名和密码,登录本系统时您需要提供正确的用户名和密码!</br>
|
||||
2、忘记用户名或者密码请联系招生单位!
|
||||
2、忘记用户名或者密码请联系学校管理员!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user