From 45faaf27722588e92050e2e3eace9b3704377048 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期六, 02 四月 2022 18:44:30 +0800 Subject: [PATCH] 首页接口 --- src/views/product/components/productCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/product/components/productCard.vue b/src/views/product/components/productCard.vue index 9f2a1aa..8a4aa2f 100644 --- a/src/views/product/components/productCard.vue +++ b/src/views/product/components/productCard.vue @@ -40,7 +40,7 @@ this.$router.push({ path: "/productDetail", query: { - name: this.data.productName, + id: this.data.id, }, }); }, -- Gitblit v1.8.0