{ "pages": [ "pages/index/index", "pages/my/index" ], "subPackages": [ { "root": "pagesOne", "pages": [ "winner/index", "winner/uploadImage", "record/winnerList", "record/uploadList", "record/uploadDetail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#A5AEC1", "selectedColor": "#1D212A", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/images/home_default.png", "selectedIconPath": "static/images/home_selected.png" }, { "text": "我的", "pagePath": "pages/my/index", "iconPath": "static/images/user_default.png", "selectedIconPath": "static/images/user_selected.png" } ] }, "requiredPrivateInfos": [ "getLocation", "chooseLocation" ], "permission": { "scope.userLocation": { "desc": "是否允许授权地理位置信息。" } }, "usingComponents": {} }