diff --git a/src/views/Foods/Foods.vue b/src/views/Foods/Foods.vue index 13b9e7a..2e9099b 100644 --- a/src/views/Foods/Foods.vue +++ b/src/views/Foods/Foods.vue @@ -14,7 +14,7 @@ import BrandScroll from '@/components/BrandScroll/BrandScroll.vue' const store = useStore() const storeRefs = storeToRefs(store) -const { config, shopList, indexList } = storeRefs +const { config, shopList } = storeRefs const shop = ref(null) const selectedList = ref([]) diff --git a/src/views/Index/Index.vue b/src/views/Index/Index.vue index 56007c4..19a7024 100644 --- a/src/views/Index/Index.vue +++ b/src/views/Index/Index.vue @@ -33,27 +33,79 @@ 扫我导航 -