From 65a33d4848e9a461e0f7890f6c897470c71ed2b7 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sat, 8 Oct 2022 18:26:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_5_0_C/index.html b/v1_5_0_C/index.html index 9436084..f5014ed 100644 --- a/v1_5_0_C/index.html +++ b/v1_5_0_C/index.html @@ -223,7 +223,7 @@ let data = { "key": this.key, "code": this.code, - "code_unique_str": localStorage.getItem('unique_str') + "code_unique_str": sessionStorage.getItem('unique_str') } req.axiosPost('/key/login', data).then(res => { setTimeout(() => {