mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
撤回 跳转
This commit is contained in:
@@ -50,7 +50,18 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted:{
|
methods:{
|
||||||
|
jumpRouter(item){
|
||||||
|
if(this.type!='myShare'){
|
||||||
|
apiShares.updateIsRead(item.id).then(res=>{
|
||||||
|
if(res.status==200){
|
||||||
|
this.$emit('confirm',item)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
this.$router.push({path:'/case/detail',query:{id:item.cases.id}})
|
||||||
|
// window.open(`${this.webBaseUrl}/article/detail?id=${item.objId}`)
|
||||||
|
},
|
||||||
deleteshares(item){
|
deleteshares(item){
|
||||||
this.$emit('confirm',item)
|
this.$emit('confirm',item)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user