Explorar el Código

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

wang-wenzhong1 hace 6 meses
padre
commit
c5d6e7edb1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>
             <h2>Air8000 文件管理系统登录</h2>
             <div class="form-group">
             <div class="form-group">
                 <label for="username">用户名:</label>
                 <label for="username">用户名:</label>
-                <input type="text" id="username" placeholder="admin">
+                <input type="text" id="username">
             </div>
             </div>
             <div class="form-group">
             <div class="form-group">
                 <label for="password">密码:</label>
                 <label for="password">密码:</label>
-                <input type="password" id="password" placeholder="123456">
+                <input type="password" id="password">
             </div>
             </div>
             <button onclick="login()">登录</button>
             <button onclick="login()">登录</button>
             <div id="loginError" class="error hidden"></div>
             <div id="loginError" class="error hidden"></div>