From 309bb2198ae0b987527199d01629a7514b2d21a8 Mon Sep 17 00:00:00 2001 From: zhaochengke Date: Thu, 27 Apr 2023 13:18:42 +0800 Subject: [PATCH] Initial commit --- src/main/webapp/view/editpwd.html | 4 +- src/main/webapp/view/main2.html | 375 ------------------------------ src/main/webapp/view/users.html | 9 +- 3 files changed, 7 insertions(+), 381 deletions(-) delete mode 100644 src/main/webapp/view/main2.html diff --git a/src/main/webapp/view/editpwd.html b/src/main/webapp/view/editpwd.html index 6767360..31c34d5 100644 --- a/src/main/webapp/view/editpwd.html +++ b/src/main/webapp/view/editpwd.html @@ -25,9 +25,9 @@ document.getElementById("div1").style.display="block"; return; } - var pwdRegex = /^(?=.*\d)(?=.*[a-zA-Z])[\da-zA-Z]{6,16}$/;//new RegExp('(?=.*[0-9])(?=.*[a-zA-Z]).{6,16}'); + var pwdRegex = /^(?=.*\d)(?=.*[a-zA-Z])[\da-zA-Z]{6,16}$/;//new RegExp('(?=.*[0-9])(?=.*[a-zA-Z]).{8,16}'); if(!pwdRegex.test(password)){ - $("#pwd1").html("密码必须为6~16位数字和字母的组合"); + $("#pwd1").html("密码必须为8~16位数字和字母的组合"); document.getElementById("div1").style.display="block"; return; } diff --git a/src/main/webapp/view/main2.html b/src/main/webapp/view/main2.html deleted file mode 100644 index aa4178f..0000000 --- a/src/main/webapp/view/main2.html +++ /dev/null @@ -1,375 +0,0 @@ - - - -
惠州市统计年鉴数据视图平台
-
-
-
-
农村与农村经济
-
- - - - - - - - -
-
-
-
农业技术装备统计指标
-
- - - - -
-
-
-
农村科技与教育
-
- - - - -
-
-
-
种植业指标
-
- - - - - - - -
-
-
-
畜牧业统计指标
-
- - - - -
-
-
-
渔业统计指标
-
- - - - -
-
-
-
-
区县排名
-
-
-
-
年度趋势
-
-
-
- -
-
-
农产品进出口贸易
-
-
- - -
-
- - - - - -
-
-
-
-
- - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/view/users.html b/src/main/webapp/view/users.html index 64258d1..9d81b2f 100644 --- a/src/main/webapp/view/users.html +++ b/src/main/webapp/view/users.html @@ -76,7 +76,7 @@ $("#userOrgid").val(orgId); $('#name').val(""); $('#phone').val(""); - $('#pwd').val("123456"); + //$('#pwd').val("@972kmd175#"); $("#userAccount").val(""); $("#roleid option:first").prop("selected",'selected'); $("#hiddenid").val(""); @@ -504,11 +504,12 @@ - +
- 注:密码默认123456 + type="password" aria-required="true" placeholder="请输入密码" > + +