feat: There is no way the, idm 登陆验证 修改小逻辑

This commit is contained in:
super_liu
2022-04-08 08:54:20 +08:00
parent bbca861b25
commit 4b867a2f2d
+1 -1
View File
@@ -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')