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