commit
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user