|
|
@@ -133,11 +133,11 @@
|
|
|
<h2>Air8000 文件管理系统登录</h2>
|
|
|
<div class="form-group">
|
|
|
<label for="username">用户名:</label>
|
|
|
- <input type="text" id="username" placeholder="admin">
|
|
|
+ <input type="text" id="username">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="password">密码:</label>
|
|
|
- <input type="password" id="password" placeholder="123456">
|
|
|
+ <input type="password" id="password">
|
|
|
</div>
|
|
|
<button onclick="login()">登录</button>
|
|
|
<div id="loginError" class="error hidden"></div>
|