From fc241324087e605b145e8bbcc4ee3aece61dbf14 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 三月 2022 15:59:45 +0800 Subject: [PATCH] 2022-03-21 --- src/views/login/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 6ec5486..39bfb4a 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -326,7 +326,7 @@ setTimeout(() => { sessionStorage.removeItem('loginError') - }, 1500) + }, 2000) } const _addressUrl = _href + 'queryAddress' -- Gitblit v1.8.0