| | |
| | | import storeLayout from "./product/shop/-shop"; //店铺组件 |
| | | import Evaluation from "./product/evaluation/-evaluation"; //评价组件 |
| | | import GoodsSwiper from "./product/goods/-goods-swiper"; //轮播图组件 |
| | | import popupGoods from "@/components/m-buy/goods"; //购物车商品的模块 |
| | | import popupGoods from "@/pages/subComponents/m-buy/goods.vue"; //购物车商品的模块 |
| | | import popupAddress from "./product/popup/address"; //地址选择模块 |
| | | import shares from "@/components/m-share/index"; //分享 |
| | | import popups from "@/components/popups/popups"; //气泡框 |
| | | import takeDownFormSaleGoods from "@/components/m-take-down-sale-goods/index"; //下架框 |
| | | import popups from "@/pages/product/popups/popups.vue"; //气泡框 |
| | | import takeDownFormSaleGoods from "@/pages/product/m-take-down-sale-goods/index"; //下架框 |
| | | import setup from "./product/popup/popup"; |
| | | import { |
| | | getSTSToken |
| | |
| | | // #endif |
| | | navbarListData: [ |
| | | //导航栏列表栏数据 |
| | | { |
| | | title: "首页", |
| | | icon: "home-fill", |
| | | ___type: "other", |
| | | }, |
| | | // { |
| | | // title: "首页", |
| | | // icon: "home-fill", |
| | | // ___type: "other", |
| | | // }, |
| | | { |
| | | title: "购物车", |
| | | icon: "bag-fill", |
| | | ___type: "other", |
| | | }, |
| | | { |
| | | title: "搜索", |
| | | icon: "search", |
| | | ___type: "category", |
| | | }, |
| | | // { |
| | | // title: "搜索", |
| | | // icon: "search", |
| | | // ___type: "category", |
| | | // }, |
| | | { |
| | | title: "个人中心", |
| | | icon: "account-fill", |