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