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

修改推送跳转

parent 0207f547
...@@ -1958,13 +1958,9 @@ export default { ...@@ -1958,13 +1958,9 @@ export default {
}, },
LogSetReadStatus(s) { LogSetReadStatus(s) {
if(s.Type==7){ if(s.Type==7){
let path="AssetsShenpi" let path=s.Link;
let routeData = this.$router.resolve({ let routeData = this.$router.resolve({
name: path, name: path
query: {
Id:28,
compType:'shenpi'
}
}) })
window.open(routeData.href, '_blank') 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