ZZJ
2022-04-20 246772ecc677b15cc9be2fbdd63d50f6216e099f
src/views/product/components/productCard.vue
@@ -40,7 +40,7 @@
      this.$router.push({
        path: "/productDetail",
        query: {
          id: this.data.id,
          name: this.data.productName,
        },
      });
    },