From b4495445fbfc616a2126587ce9eec205fc1cbe19 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 20 四月 2022 13:52:11 +0800
Subject: [PATCH] 授权时间修改

---
 src/views/product/components/productCard.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/product/components/productCard.vue b/src/views/product/components/productCard.vue
index 8a4aa2f..9f2a1aa 100644
--- a/src/views/product/components/productCard.vue
+++ b/src/views/product/components/productCard.vue
@@ -40,7 +40,7 @@
       this.$router.push({
         path: "/productDetail",
         query: {
-          id: this.data.id,
+          name: this.data.productName,
         },
       });
     },

--
Gitblit v1.8.0