hookehuyr

fix

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