升级.net8

This commit is contained in:
dell
2024-11-14 09:01:55 +08:00
parent 48e9e27fa0
commit abf72c3d58
86 changed files with 14229 additions and 10612 deletions

View File

@ -13,6 +13,12 @@
if (value != layui.$('input[name="F_UserPassword"]').val()) {
return '密码不相同请重新输入!'
}
},
pass: function (value, elem) {
var EXP = /^[\S]{6,12}$/;
if (value && !EXP.test(value)) {
return '密码必须6到12位且不能出现空格';
}
}
});
wcLoading.close();