From 04dc8530bf6241573fe788e0e74a5cf4d9a8e0b3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 八月 2022 18:29:56 +0800
Subject: [PATCH] 2022-08-25

---
 src/views/login/index.jsx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index 7d5d094..b4f267e 100644
--- a/src/views/login/index.jsx
+++ b/src/views/login/index.jsx
@@ -18,10 +18,6 @@
 const iszhCN = sessionStorage.getItem('lang') !== 'en-US'
 
 const _href = window.location.href.split('#')[0]
-if (localStorage.getItem(_href + 'paramsmain')) {
-  sessionStorage.setItem('history', localStorage.getItem(_href + 'paramsmain'))
-  localStorage.removeItem(_href + 'paramsmain')
-}
 
 class Login extends Component {
   state = {

--
Gitblit v1.8.0