孙向锦
/
SunvoteEducation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7231b755a208a2a511d83195e6fb648034db4ed2
Authored by
孙向锦
2020-05-07 16:04:23 +0800
1 parent
85c67fc0
记住密码
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
WebRoot/WEB-INF/jsp/system/index/login.jsp
WebRoot/WEB-INF/jsp/system/index/login.jsp
View file @
7231b75
...
...
@@ -348,7 +348,9 @@ input:focus-within{
348
348
}
349
349
}
350
350
351
-
351
+ var storage=window.localStorage;
352
+ var userNameList=[];
353
+ var passWordList=[];
352
354
//console.log(JSON.parse(storage.getItem('userNameList')));
353
355
354
356
//清除历史记录
...
...