hookehuyr

fix

...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
51 }, 51 },
52 goToDetail (v) { // 跳转产品详情 52 goToDetail (v) { // 跳转产品详情
53 this.$router.push({ 53 this.$router.push({
54 - path: `/product/detail${v.id}/${Date.now()}`, 54 + path: `/product/detail/${v.id}/${Date.now()}`,
55 }); 55 });
56 } 56 }
57 } 57 }
......