diff --git a/src/components/item-wrap/item-wrap.vue b/src/components/item-wrap/item-wrap.vue index a625e67..a6e791d 100644 --- a/src/components/item-wrap/item-wrap.vue +++ b/src/components/item-wrap/item-wrap.vue @@ -27,7 +27,7 @@ const props = withDefaults( \ No newline at end of file diff --git a/src/views/index/components/LeftTop.vue b/src/views/index/components/LeftTop.vue deleted file mode 100644 index 691f9a1..0000000 --- a/src/views/index/components/LeftTop.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/index/index.vue b/src/views/index/index.vue index fe99582..b2debac 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -4,7 +4,7 @@ import ItemWrap from "@/components/item-wrap"; const ContentHeader = defineAsyncComponent(() => import("./content-header.vue")); // 导入左侧组件 -const LeftTop = defineAsyncComponent(() => import("./components/LeftTop.vue")); +const LeftTop = defineAsyncComponent(() => import("./LeftTop.vue")); const LeftCenter = defineAsyncComponent(() => import("./LeftCenter.vue")); const AverageDuration = defineAsyncComponent(() => import("./average-duration.vue")); const LeftBottom = defineAsyncComponent(() => import("./components/LeftBottom.vue"));