调整部分bug
This commit is contained in:
@@ -27,13 +27,10 @@ import { Https } from "@/tool/https";
|
||||
import { useStore } from "vuex";
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useRoute } from 'vue-router';
|
||||
import MoodboardUpload from '@/component/HomePage/index/model/collection/MoodboardUpload.vue';
|
||||
import PrintboardUpload from '@/component/HomePage/index/model/collection/PrintboardUpload.vue';
|
||||
import ColorboardUpload from '@/component/HomePage/index/model/collection/ColorboardUpload.vue';
|
||||
import toProduct from '@/component/HomePage/index/model/toProduct/index.vue';
|
||||
import poseTransfer from '@/component/HomePage/index/model/poseTransfer/index.vue';
|
||||
import deReconstruction from '@/component/HomePage/index/model/deReconstruction/index.vue';
|
||||
import patternMaking3D from '@/component/HomePage/index/model/patternMaking3D/index.vue';
|
||||
import toProduct from '@/component/home/tools/toProduct/index.vue';
|
||||
import poseTransfer from '@/component/home/tools/poseTransfer/index.vue';
|
||||
import deReconstruction from '@/component/home/tools/deReconstruction/index.vue';
|
||||
import patternMaking3D from '@/component/home/tools/patternMaking3D/index.vue';
|
||||
import canvasUpload from "@/component/Canvas/index.vue";
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user