diff --git a/src/pages/home/components/Discovery/index.vue b/src/pages/home/components/Discovery/index.vue index a25b693..75ad7a6 100644 --- a/src/pages/home/components/Discovery/index.vue +++ b/src/pages/home/components/Discovery/index.vue @@ -23,7 +23,6 @@ import { getAccessToken } from "@/constants/token"; import FindTabs from "./components/FindTabs/index.vue"; import CardSwiper from "./components/CardSwiper/index.vue"; import QuickQuestions from "./components/QuickQuestions/index.vue"; -import discoveryCover from "@/components/ImageSwiper/images/2025-07-12_180248.jpg"; import { homeTabsData, getNearbyTags, homeTabContentData, homeQuickQuestionData } from "@/api/home"; import { useAppStore, useLocationStore } from "@/store";