Browse Source

Merge remote-tracking branch 'origin/2025北京诚祥' into 2025北京诚祥

tanxue 1 tuần trước cách đây
mục cha
commit
114b0c6526
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

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