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