浏览代码

admin登录

Feick 3 年之前
父节点
当前提交
a3f0b0c08a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/login.html

+ 1 - 1
src/main/resources/static/login.html

@@ -9,7 +9,7 @@
 <form action="/login" method="post">
     <input type="text" name="username" value=""/><br/>
     <input type="password" name="password" value=""/><br/>
-    <input type="text" name="loginFrom" value="student"><br/>
+    <input type="text" name="loginFrom" value="admin"><br/>
     <input type="submit" name="submit" value="登录"><br/>
 </form>
 </body>