{ "pages": [ "pages/index/index", "pages/mine/mine", "pages/itinerary/itinerary", "pages/message/message", "pages/storage-point/storage-point", "pages/storage-point-detail/storage-point-detail", "pages/luggage-storage/luggage-storage", "pages/payment-success/payment-success", "pages/settings/settings", "pages/storage-order-detail/storage-order-detail", "pages/all-orders/all-orders", "pages/store-apply/store-apply", "pages/delivery-order-detail/delivery-order-detail", "pages/orders/orders", "pages/address/address", "pages/new-address/new-address", "pages/rich-text/rich-text", "pages/details-entry/details-entry", "pages/select-city/select-city", "pages/evaluate/evaluate" ], "subPackages": [ { "root": "shop", "pages": [ "pages/login/login", "pages/store-home/store-home", "pages/mine/mine", "pages/wallet/wallet", "pages/write-off/write-off", "pages/write-off-a/write-off-a", "pages/qualification/qualification", "pages/store-info/store-info", "pages/message/message", "pages/orders/orders", "pages/order-details/order-details", "pages/withdraw/withdraw", "pages/withdraw-success/withdraw-success", "pages/settings/settings", "pages/change-password/change-password", "pages/select/select", "pages/webview/webview", "pages/article-details/article-details" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#10B2FA", "borderStyle": "black", "backgroundColor": "#fff", "custom": true, "list": [ { "pagePath": "pages/index/index", "iconPath": "static/icon/nav_home@2x.png", "selectedIconPath": "static/icon/nav_home_sel@2x.png", "text": "首页" }, { "pagePath": "pages/itinerary/itinerary", "iconPath": "static/icon/nav_xingcheng@2x.png", "selectedIconPath": "static/icon/nav_xingcheng_sel@2x.png", "text": "行程" }, { "pagePath": "pages/message/message", "iconPath": "static/icon/nav_xiaoxi@2x.png", "selectedIconPath": "static/icon/nav_xiaoxi_sel@2x.png", "text": "消息" }, { "pagePath": "pages/mine/mine", "iconPath": "static/icon/nav_wode@2x.png", "selectedIconPath": "static/icon/nav_wode_sel@2x.png", "text": "我的" } ] }, "preloadRule": { "pages/index/index": { "network": "all", "packages": [ "shop" ] } }, "lazyCodeLoading": "requiredComponents", "requiredPrivateInfos": [ "getLocation", "chooseLocation" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序定位服务" } }, "usingComponents": { "auth-login": "/components/auth-login/auth-login" } }