Просмотр исходного кода

update: 8000文件管理系统网页认证时不再显示默认用户名和密码

wang-wenzhong1 6 месяцев назад
Родитель
Сommit
c5d6e7edb1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      module/Air8000/project/wifi_ap_read_file/index.html

+ 2 - 2
module/Air8000/project/wifi_ap_read_file/index.html

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