Jelajahi Sumber

跳转详情

lifanagju_citu 5 bulan lalu
induk
melakukan
32c735a0e8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>