{ "pages": [ "pages/index/index", "pages/mine/mine" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#222222", "borderStyle": "black", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/nav_jiancha@2x.png", "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png", "text": "首页" }, { "pagePath": "pages/mine/mine", "iconPath": "static/tabbar/nav_jiancha@2x.png", "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png", "text": "我的" } ] }, "permission": { "scope.userLocation": { "desc": "定位" } }, "usingComponents": {} }