{ "pages": [ "pages/index/index", "pages/login/login", "pages/user/index", "pages/user/transport/transport", "pages/user/complete/complete", "pages/user/cancel/cancel", "pages/user/authentication/authentication", "pages/user/userxy/userxy", "pages/user/payment/payment", "pages/user/portrait/portrait", "pages/user/zhuxiao/index", "pages/user/jifen/index" ], "subPackages": [], "window": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#0D5DC9", "backgroundColor": "#55ff00" }, "tabBar": { "color": "#666666", "selectedColor": "#0D5DC9", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/shouyew.png", "selectedIconPath": "static/shouyeac.png", "text": "首页" }, { "pagePath": "pages/user/index", "iconPath": "static/wodew.png", "selectedIconPath": "static/wodeac.png", "text": "我的" } ] }, "lazyCodeLoading": "requiredComponents", "permission": { "scope.userFuzzyLocation": { "desc": "获取当前位置城市" }, "requiredPrivateInfos": [ "getFuzzyLocation" ], "scope.userLocation": { "desc": "获取当前用户信息" } }, "usingComponents": {} }