@@ -266,7 +266,7 @@
checkInfo(data) {
const opt = {
- id: data.code,
+ id: data.id,
};
this.$router.push({ name: 'news-id', params: opt });
},