mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修复案例标题链接打开页面问题
This commit is contained in:
@@ -289,8 +289,8 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
viewTopic(data) {
|
viewTopic(data) {
|
||||||
// window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank')
|
window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank')
|
||||||
this.$router.push({path:'/article/detail',query:{id:data.id}})
|
// this.$router.push({path:'/article/detail',query:{id:data.id}})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user