From 7231b755a208a2a511d83195e6fb648034db4ed2 Mon Sep 17 00:00:00 2001 From: Elvis Date: Thu, 7 May 2020 16:04:23 +0800 Subject: [PATCH] 记住密码 --- WebRoot/WEB-INF/jsp/system/index/login.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebRoot/WEB-INF/jsp/system/index/login.jsp b/WebRoot/WEB-INF/jsp/system/index/login.jsp index 095704b..f0a82b4 100644 --- a/WebRoot/WEB-INF/jsp/system/index/login.jsp +++ b/WebRoot/WEB-INF/jsp/system/index/login.jsp @@ -348,7 +348,9 @@ input:focus-within{ } } - + var storage=window.localStorage; + var userNameList=[]; + var passWordList=[]; //console.log(JSON.parse(storage.getItem('userNameList'))); //清除历史记录 -- libgit2 0.21.4