{ "pages": [ "pages/index/index", "pages/login/index", "pages/shop/index", "pages/cabinet/index", "pages/mine/index", "pages/points/index", "pages/orders/index", "pages/address/index", "pages/address/edit", "pages/help/index", "pages/agreement/user", "pages/agreement/purchase", "pages/activity/yifanshang/index", "pages/activity/wuxianshang/index", "pages/activity/duiduipeng/index" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home_active.png" }, { "pagePath": "pages/shop/index", "text": "商城", "iconPath": "static/tab/shop.png", "selectedIconPath": "static/tab/shop_active.png" }, { "pagePath": "pages/cabinet/index", "text": "货柜", "iconPath": "static/tab/box.png", "selectedIconPath": "static/tab/box_active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tab/profile.png", "selectedIconPath": "static/tab/profile_active.png" } ] }, "usingComponents": {} }