From 6b46cbf63ebea72cc4ac126511e126ff0097314b Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Thu, 6 Jan 2022 15:52:13 +0800 Subject: [PATCH] commit --- src/pages/login/index.vue | 2 +- src/pages/loginVerify/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index ae5885060..75c737f81 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -183,7 +183,7 @@ if (hasHomeMenu) { this.setMenu(JSON.stringify(menuList)).then(res => { if (this.showIETips) {//判断是否IE浏览器 - alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器') + alert('为了最佳显示效果 请使用google chrome') } this.$router.push('/home2') }, e => { diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 4d39f8939..b92c39d53 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -84,7 +84,7 @@ if(routerParam && routerParam != ''){ const UA = navigator.userAgent.toLocaleLowerCase() if (UA.match(/msie/) != null || UA.match(/trident/) != null) { - alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器') + alert('为了最佳显示效果 请使用google chrome') } const param = routerParam.split("&"); this.$router.push({