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