mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
二维码复制
This commit is contained in:
@@ -351,7 +351,7 @@ export default {
|
||||
};
|
||||
},
|
||||
viewTopic(data) {
|
||||
window.open(this.webBaseUrl+'/case/detail?id='+data.id, '_blank');
|
||||
this.$router.push({path:'/case/detail',query:{id:data.id}})
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user