This commit is contained in:
zhutianqi
2022-01-06 15:52:13 +08:00
parent 1f67820abb
commit 6b46cbf63e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 => {
+1 -1
View File
@@ -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({