|
@@ -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>
|