diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 59b24f73c..f45a94d97 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -82,7 +82,8 @@ let routerParam = localStorage.getItem("routerParam"); // 路由跳转 if(routerParam && routerParam != ''){ - if (this.showIETips) {//判断是否IE浏览器 + const UA = navigator.userAgent.toLocaleLowerCase() + if (UA.match(/msie/) != null || UA.match(/trident/) != null) { alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器') } const param = routerParam.split("&"); diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 7d26ebcf5..c351aff6b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -84,7 +84,9 @@ 拆分信息