commit
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
if (hasHomeMenu) {
|
if (hasHomeMenu) {
|
||||||
this.setMenu(JSON.stringify(menuList)).then(res => {
|
this.setMenu(JSON.stringify(menuList)).then(res => {
|
||||||
if (this.showIETips) {//判断是否IE浏览器
|
if (this.showIETips) {//判断是否IE浏览器
|
||||||
alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器')
|
alert('为了最佳显示效果 请使用google chrome')
|
||||||
}
|
}
|
||||||
this.$router.push('/home2')
|
this.$router.push('/home2')
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
if(routerParam && routerParam != ''){
|
if(routerParam && routerParam != ''){
|
||||||
const UA = navigator.userAgent.toLocaleLowerCase()
|
const UA = navigator.userAgent.toLocaleLowerCase()
|
||||||
if (UA.match(/msie/) != null || UA.match(/trident/) != null) {
|
if (UA.match(/msie/) != null || UA.match(/trident/) != null) {
|
||||||
alert('检测到您使用的是IE浏览器,已经和时代脱轨了!建议您更换为谷歌浏览器')
|
alert('为了最佳显示效果 请使用google chrome')
|
||||||
}
|
}
|
||||||
const param = routerParam.split("&");
|
const param = routerParam.split("&");
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user