cloudroam
2025-07-17 f3ea52bf97e61f6917ccaab904817d74d9d4860c
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' },
])