Commit 7231b755a208a2a511d83195e6fb648034db4ed2

Authored by 孙向锦
1 parent 85c67fc0

记住密码

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 //清除历史记录