From 79a9b832b65cedf2602fe4a620f8d81c3aa14118 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 07 九月 2023 14:06:20 +0800
Subject: [PATCH] #
---
src/main/webapp/views/login.html | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 788255e..75221ca 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -121,13 +121,14 @@
if (password === "") {
layer.tips('璇疯緭鍏ュ瘑鐮�', '#password', {tips: [4, '#ff0000']});
return;
- }else {
- if(!checkPassword(password)){
- //瀵嗙爜蹇呴』鍖呭惈瀛楃鍜屾暟瀛�
- layer.tips('瀵嗙爜蹇呴』鍖呭惈瀛楃鍜屾暟瀛楅暱搴︿笉鑳藉皯浜�8浣嶏紝涓斾笉鑳藉寘鍚繛缁暟瀛楀拰鍥涗綅閲嶅鏁板瓧', '#password', {tips: [4, '#ff0000']});
- return ;
- }
}
+ // else {
+ // if(!checkPassword(password)){
+ // //瀵嗙爜蹇呴』鍖呭惈瀛楃鍜屾暟瀛�
+ // layer.tips('瀵嗙爜蹇呴』鍖呭惈瀛楃鍜屾暟瀛楅暱搴︿笉鑳藉皯浜�8浣嶏紝涓斾笉鑳藉寘鍚繛缁暟瀛楀拰鍥涗綅閲嶅鏁板瓧', '#password', {tips: [4, '#ff0000']});
+ // return ;
+ // }
+ // }
$.ajax({
url: baseUrl+"/login.action",
data: {
--
Gitblit v1.9.1