From 84d84a36c9aeea931a4fe2e720c0667b9e8eeee3 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 11 Sep 2025 15:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=8C=EF=BC=88=E5=BC=95=E5=85=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E5=A4=A7=E5=B0=8F=E5=86=99=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/design/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/home/design/index.vue b/src/component/home/design/index.vue index e5088c01..eb568b5c 100644 --- a/src/component/home/design/index.vue +++ b/src/component/home/design/index.vue @@ -333,7 +333,7 @@ import { defineComponent, h, ref, computed, toRefs, createVNode,provide,nextTick import NewCollectionReview from "@/component/HomePage/NewCollectionReview.vue"; import generalCanvas from "@/component/modules/generalCanvas.vue"; import affiche from "@/component/HomePage/affiche.vue"; -import DesignDetailcopy from "@/component/Detail/designDetail.vue"; +import DesignDetailcopy from "@/component/Detail/DesignDetail.vue"; import html2canvas from "html2canvas"; import { message,Modal } from "ant-design-vue"; import { useStore } from "vuex";