From a077768584a26f135675298936d75157321de151 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sun, 31 May 2026 22:09:55 +0800 Subject: [PATCH] refactor: remove unused discoveryCover image import --- src/pages/home/components/Discovery/index.vue | 1 - 1 file changed, 1 deletion(-) 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";