{
        "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/my/myOrder/myOrder",
                "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/my/notice_detail/notice_detail",
                "pages/index/select_index/select_index",
                "pages/my/agreement/agreement/agreement",
                "pages/vip/vip_index/vip_index",
                "pages/my/suggestion/suggestion",
                "pages/index/special_list/special_list",
                "pages/my/myCollections/myCollections",
                "pages/my/unpayOrderDetail/unpayOrderDetail",
                "pages/index/user_comment/user_comment",
                "pages/index/safty/safty",
                "pages/index/search_result/search_result",
                "pages/index/searchResultByScreen/searchResultByScreen",
                "pages/my/Aftermarket/Aftermarket",
                "pages/my/afterMarketList/afterMarketList",
                "pages/my/aftermarketDetail/aftermarketDetail",
                "pages/my/unship/unship",
                "pages/my/uncomment/uncomment",
                "pages/index/search_select_result/search_select_result",
                "pages/my/wait_receite/wait_receite",
                "pages/index/pay_ensure/pay_ensure",
                "pages/index/select_source/select_source",
                "pages/index/safetyDetail/safetyDetail",
                "pages/index/foodPackageDetial/foodPackageDetial",
                "pages/my/invoiceList/invoiceList",
                "pages/vip/detail_vip/detail_vip",
                "pages/index/goodsDetials/goodsDetials",
                "pages/navigate/navigate"
        ],
        "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"
}