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')