Browse Source

更新 'src/main/resources/templates/login.html'

哈哈哈
master
dashan 1 year ago
parent
commit
90e0a167ff
  1. 4
      src/main/resources/templates/login.html

4
src/main/resources/templates/login.html

@ -8,8 +8,8 @@
<body> <body>
<p th:text="${error}"></p> <p th:text="${error}"></p>
<form th:action="@{/login}" method="post"> <form th:action="@{/login}" method="post">
⽤户名:<input type="text" name="username" value="admin"/><br/> ⽤户22名:<input type="text" name="username" value="admin"/><br/>
密码:<input type="password" name="password" value="123456"/><br/> 密码33<input type="password" name="password" value="123456"/><br/>
<input type="submit" value="登录"/> <input type="submit" value="登录"/>
</form> </form>
<p>账号:admin</p> <p>账号:admin</p>

Loading…
Cancel
Save