Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张凯
3 years ago
Commit
a7efcbe14313ef4f390120db52d859ca907af472
1 parent
39f7adb9
杭州-优化登录弹框登录按钮下提示文字样式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/login.js
hg-monitor-web-base/src/main/resources/static/src/controller/login.js
View file @
a7efcbe
...
...
@@ -124,7 +124,7 @@ layui.define(['sessions', 'form', 'common'],function (exports) {
//增加4-20位密码验证 joke add 20211214
form
.
verify
({
password
:
function
(
d
)
{
if
(
d
.
trim
()
<=
4
)
{
if
(
d
.
trim
()
.
length
<
4
)
{
return
"密码最少4位"
}
}
...
...
Please
register
or
login
to post a comment