From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 07 八月 2025 13:32:32 +0800
Subject: [PATCH] add:热门景点
---
components/footer/customer-footer.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/footer/customer-footer.vue b/components/footer/customer-footer.vue
index f0a56cb..4035861 100644
--- a/components/footer/customer-footer.vue
+++ b/components/footer/customer-footer.vue
@@ -35,9 +35,9 @@
const tabBar = ref<TabItem[]>([
{ text: '首页', pagePath: '/pages/home/home' },
- { text: '影视地图', pagePath: '/sub-pages/film-map/index' },
- { text: '我的种草', pagePath: '/sub-pages/customer/shopping/shopping' },
- { text: '社区', pagePath: '/sub-pages/community/index' },
+ // { text: '影视地图', pagePath: '/sub-pages/film-map/index' },
+ // { text: '我的种草', pagePath: '/sub-pages/customer/shopping/shopping' },
+ { text: '草原', pagePath: '/sub-pages/community/index' },
{ text: '我的', pagePath: '/sub-pages/mine/index' },
])
--
Gitblit v1.9.3