소스 검색

跳转详情

lifanagju_citu 5 달 전
부모
커밋
32c735a0e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mall/components/GoodsItem/index.vue

+ 1 - 1
src/views/mall/components/GoodsItem/index.vue

@@ -41,7 +41,7 @@ defineProps({
 })
 
 const handleDetail = ({ id }) => {
-  window.open(`/mall/user/order/detail/${id}`)
+  window.open(`/mall/goodsDetail/${id}`)
 }
 </script>