Commit 0b192750 authored by 黄媛媛's avatar 黄媛媛

修改推送跳转

parent 0207f547
......@@ -1958,13 +1958,9 @@ export default {
},
LogSetReadStatus(s) {
if(s.Type==7){
let path="AssetsShenpi"
let path=s.Link;
let routeData = this.$router.resolve({
name: path,
query: {
Id:28,
compType:'shenpi'
}
name: path
})
window.open(routeData.href, '_blank')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment