{
        "pages": [
                "pages/start/start",
                "pages/index/index",
                "pages/my/orderDetail/orderDetail",
                "pages/my/big/big",
                "pages/my/activityInformation/activityInformation",
                "pages/my/serach/serach",
                "pages/my/selectAddress/selectAddress",
                "pages/my/editAddress2/editAddress2",
                "pages/my/edit_address/edit_address",
                "pages/my/editAddress/editAddress",
                "pages/index/production_steps/production_steps",
                "pages/my/myCollection/myCollection",
                "pages/index/goodsDetial2/goodsDetial2",
                "pages/index/goodsDetial/goodsDetial",
                "pages/my/modifyPersonInformation/modifyPersonInformation",
                "pages/my/modifyName/modifyName",
                "pages/my/invitationList/invitationList",
                "pages/my/invoiceInformation/invoiceInformation",
                "pages/my/invoice/invoice",
                "pages/my/commonProblems/commonProblems",
                "pages/my/myAddress/myAddress",
                "pages/my/invitationPolite/invitationPolite",
                "pages/my/comment/comment",
                "pages/my/coupons/coupons",
                "pages/my/balance _center2/balance _center2",
                "pages/my/charger_code/charger_code",
                "pages/my/balance _center/balance _center",
                "pages/my/my",
                "pages/cart/cart",
                "pages/index/selectAddress/selectAddress",
                "pages/my/newAddress/newAddress",
                "pages/my/modifyPhone/modifyPhone",
                "pages/my/personal_center/personal_center",
                "pages/my/showComment/showComment",
                "pages/index/replaceDishes/replaceDishes",
                "pages/cart/mask/mask",
                "pages/my/question_two/question_two",
                "pages/my/cancelOrder/cancelOrder",
                "pages/my/deliveryTime/deliveryTime",
                "pages/my/settle_account/settle_account",
                "pages/start/e/e",
                "pages/my/notice_detail/notice_detail",
                "pages/index/select_index/select_index"
        ],
        "window": {
                "backgroundTextStyle": "dark",
                "navigationBarBackgroundColor": "#1a191f",
                "navigationBarTitleText": "HI,鲜生",
                "navigationBarTextStyle": "white"
        },
        "permission": {
                "scope.userLocation": {
                        "desc": "你的位置信息将用于小程序位置接口的效果展示"
                }
        },
        "tabBar": {
                "selectedColor": "#222222",
                "list": [
                        {
                                "selectedIconPath": "pages/imgs/nav02@2x.png",
                                "iconPath": "pages/imgs/nav01@2x.png",
                                "pagePath": "pages/index/index",
                                "text": "首页"
                        },
                        {
                                "selectedIconPath": "pages/imgs/nav04@2x.png",
                                "iconPath": "pages/imgs/nav03@2x.png",
                                "pagePath": "pages/cart/cart",
                                "text": "购物车"
                        },
                        {
                                "selectedIconPath": "pages/imgs/nav06@2x.png",
                                "iconPath": "pages/imgs/nav05@2x.png",
                                "pagePath": "pages/my/my",
                                "text": "个人中心"
                        }
                ]
        },
        "networkTimeout": {
                "request": 1000,
                "connectSocket": 1000,
                "uploadFile": 1000,
                "downloadFile": 1000
        },
        "sitemapLocation": "sitemap.json"
}