From 34a534214dbb75748d0bba3447db5337642f8bdb Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 25 Mar 2024 20:21:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1f5c8a1..c98d930 100644 --- a/index.html +++ b/index.html @@ -169,7 +169,7 @@ localStorage.setItem('haskey', keyCode); localStorage.setItem('entryLink', window.location.href);//存储起始页链接 sessionStorage.setItem("bm_auth", JSON.stringify(res.data)); // 存储包码数据 - + sessionStorage.setItem("key_expiration_time", res.data.key_expiration_time); // 存储时间 // 统一跳转函数 this.gotoPage(res.data, 1); } else { @@ -372,7 +372,7 @@ localStorage.setItem('getTokenList', JSON.stringify(getTokenList)); localStorage.setItem('entryLink', window.location.href);//存储起始页链接 sessionStorage.setItem("bm_auth", JSON.stringify(form_data_res.data)); // 存储包码数据 - + sessionStorage.setItem("key_expiration_time", res.data.key_expiration_time); // 存储时间 // 统一跳转函数 this.gotoPage(form_data_res.data); } else {