From d3a12b192afc54eb51f640a8050644d4fddd9100 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 28 七月 2023 15:16:08 +0800
Subject: [PATCH] 后台代码

---
 cloud-server-management/src/main/webapp/WEB-INF/view/login.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/login.html b/cloud-server-management/src/main/webapp/WEB-INF/view/login.html
index 0bfc1fc..208a418 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/login.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/login.html
@@ -70,15 +70,15 @@
                 <img src="${ctxPath}/img/password.png" />
                 <input class="itemInput" type="password" name="password" id="password"  placeholder="请输入密码" required="" value="">
             </div>
-            <div  class="item">
-                <img src="${ctxPath}/img/password.png" />
-                <div class="col-sm-8" style="padding-left: 0px; width: 40%">
-                    <input class="form-control" type="text" name="kaptcha" placeholder="请输入验证码" required="">
-                </div>
-                <div class="col-sm-4" style="padding-left: 0px; padding-right: 0px;margin-left: 25%">
-                    <img src="${ctxPath}/kaptcha" id="kaptcha" width="100%" height="100%"/>
-                </div>
-            </div>
+            <!--<div  class="item">-->
+                <!--<img src="${ctxPath}/img/password.png" />-->
+                <!--<div class="col-sm-8" style="padding-left: 0px; width: 40%">-->
+                    <!--<input class="form-control" type="text" name="kaptcha" placeholder="请输入验证码" required="">-->
+                <!--</div>-->
+                <!--<div class="col-sm-4" style="padding-left: 0px; padding-right: 0px;margin-left: 25%">-->
+                    <!--<img src="${ctxPath}/kaptcha" id="kaptcha" width="100%" height="100%"/>-->
+                <!--</div>-->
+            <!--</div>-->
             <button onclick="login()" class="btn full-width m-b" style="background-color: #0573EA;color: white;">登 录</button>
             <button type="submit" id="submit" style="display: none;"></button>
             </p>

--
Gitblit v1.7.1