Commit 7231b755a208a2a511d83195e6fb648034db4ed2
1 parent
85c67fc0
记住密码
Showing
1 changed file
with
3 additions
and
1 deletions
WebRoot/WEB-INF/jsp/system/index/login.jsp
@@ -348,7 +348,9 @@ input:focus-within{ | @@ -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 | //console.log(JSON.parse(storage.getItem('userNameList'))); | 354 | //console.log(JSON.parse(storage.getItem('userNameList'))); |
353 | 355 | ||
354 | //清除历史记录 | 356 | //清除历史记录 |