|
@@ -180,7 +180,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- this.msgError('这是一个空目录')
|
|
|
+ // this.msgError('该目录没有可跳转的页面')
|
|
|
}else{
|
|
|
this.msgError('这是一个空目录')
|
|
|
}
|
|
@@ -211,7 +211,9 @@ export default {
|
|
|
xhr.send(formData)
|
|
|
}else{
|
|
|
//链接直接跳转
|
|
|
- window.open(item.path,'_blank ')
|
|
|
+ // window.open(item.name,'_blank ')
|
|
|
+ //外部链接-暂定为获取当前大屏地址跳转
|
|
|
+ window.open(localStorage.getItem('screenUrl') + '?identity=' + localStorage.getItem('identity'));
|
|
|
}
|
|
|
},
|
|
|
// 当前激活的路由
|