Browse Source

admin登录

Feick 3 years ago
parent
commit
a3f0b0c08a
1 changed files with 1 additions and 1 deletions
  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>