From 00cc9be0825b3b7f5298a4f20a50a8d8ea0d4a6e Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 20 九月 2022 14:00:35 +0800
Subject: [PATCH] 1

---
 src/resources/templates/casLoginView.html |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/src/resources/templates/casLoginView.html b/src/resources/templates/casLoginView.html
index ada42d4..f1805ab 100644
--- a/src/resources/templates/casLoginView.html
+++ b/src/resources/templates/casLoginView.html
@@ -85,22 +85,22 @@
       }
     }
     //2019-03-28 鍘绘帀 by XiaoQi
-    //function validateCode() {
-    //var inputCode = document.getElementById("inputCode").value;
-    //if (inputCode.length <= 0) 
-    //{
-    //alert("璇疯緭鍏ラ獙璇佺爜锛�");
-    //}
-    //else if (inputCode.toUpperCase() != code.toUpperCase()) 
-    //{
-    //alert("楠岃瘉鐮佽緭鍏ユ湁璇紒");
-    //createCode();
-    //}
-    //else 
-    //{
-    //alert("楠岃瘉鐮佹纭紒");
-    //}        
-    //}    
+    function validateCode() {
+      var inputCode = document.getElementById("inputCode").value;
+      if (inputCode.length <= 0) 
+      {
+        alert("璇疯緭鍏ラ獙璇佺爜锛�");
+      }
+      else if (inputCode.toUpperCase() != code.toUpperCase()) 
+      {
+        alert("楠岃瘉鐮佽緭鍏ユ湁璇紒");
+        createCode();
+      }
+      else 
+      {
+        alert("楠岃瘉鐮佹纭紒");
+      }        
+    }  
   </script>
 </head>
 <body style="background-color: #0059cf; overflow-y: hidden !important;">
@@ -178,7 +178,7 @@
 				<span class="code" id="checkCode" onclick="createCode()" ></span>
             </div>
         </section>
-        <section id="carLink" style="display:none;">
+        <!--<section id="carLink" style="display:none;">
 		  <div style="background: url(images/NewGJXJlogin/1920/add.png) no-repeat;width: 400px;height: 40px;line-height: 40px;background-position: 3% 50%;margin-top: 30px;">
 			  <a style='color: #fff;font-size: 18px;margin-left: 52px;' href="downloads/璇佷功瀹夎涓庢坊鍔犱俊浠荤珯鐐�.zip" download="璇佷功瀹夎涓庢坊鍔犱俊浠荤珯鐐�.zip">璇佷功瀹夎涓庢坊鍔犱俊浠荤珯鐐�</a>
 		  </div>
@@ -188,7 +188,7 @@
 		  <div style="background: url(images/NewGJXJlogin/1920/add.png) no-repeat;width: 400px;height: 40px;line-height: 40px;background-position: 3% 50%;margin-top: 0px;">
 			  <a style='color: #fff;font-size: 18px;margin-left: 52px;' href="downloads/浣跨敤甯姪鏂囨。.zip" download="浣跨敤甯姪鏂囨。.zip">浣跨敤甯姪鏂囨。</a>
 		  </div>
-	  </section>
+	  </section>-->
         <!-- 鐧诲綍鎸夐挳 -->
         <section>
 					<input type="hidden" name="execution" th:value="${flowExecutionKey}" />
@@ -207,7 +207,6 @@
     </div>
     <div id='div_foot' style="display: none;">
       <span>鎶�鏈敮鎸侊細鍥藉娴锋磱淇℃伅涓績</span>
-      <!-- <span style='margin-left:20px;'>骞夸笢钃濆浘淇℃伅鎶�鏈湁闄愬叕鍙�</span> -->
     </div>
   </form>
   <form th:if="${passwordManagementEnabled}" method="post" id="misagh">

--
Gitblit v1.9.3