123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/index/index",
- "pages/goodsDetail/index",
- "pages/liveList/index",
- "pages/addAddress/index",
- "pages/confirmOrder/index",
- "pages/receiptAddress/index",
- "pages/mine/mine",
- "pages/cart/index",
- "pages/welcome/welcome",
- "pages/classification/index",
- "pages/h5/index",
- "pages/orderList/index",
- "pages/orderDetail/index",
- "pages/liveGoodsDetail/index",
- "pages/activity/helpActivity/index",
- "pages/activity/selfHelpActivity/index",
- "pages/activity/activitySuccess/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "海鲜阿嫂",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "plugins": {
- "live-player-plugin": {
- "version": "1.0.15",
- "provider": "wx2b03c6e691cd7370"
- }
- },
- "tabBar": {
- "color": "#cccccc",
- "selectedColor": "#2296F3",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "阿嫂精选",
- "iconPath": "/assets/tabBar/home_no.png",
- "selectedIconPath": "/assets/tabBar/home.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "/assets/tabBar/wode_no.png",
- "selectedIconPath": "/assets/tabBar/wode.png"
- }
- ]
- }
- }
|