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