From 4b867a2f2d611719cb5f0aeddceedbe1812d4057 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 8 Apr 2022 08:54:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20idm=20?= =?UTF-8?q?=E7=99=BB=E9=99=86=E9=AA=8C=E8=AF=81=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=B0=8F=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/loginVerify/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 71523458f..fb837e55d 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -81,7 +81,7 @@ let routerUrl = localStorage.getItem("routerUrl"); let routerParam = localStorage.getItem("routerParam"); // 路由跳转 - if(routerParam && routerParam != ''){ + if(routerParam && routerParam !== ''){ const UA = navigator.userAgent.toLocaleLowerCase() if (UA.match(/msie/) != null || UA.match(/trident/) != null) { alert('为了最佳显示效果 请使用google chrome')