Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment