修复打包报错,(引入文件名字大小写问题)

This commit is contained in:
X1627315083
2025-09-11 15:55:31 +08:00
parent b411b31af8
commit 84d84a36c9

View File

@@ -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";