{ "pages": [ "pages/index/index", "pages/my/index" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "铂林筛查", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "tabBar": { "color": "#B2B6BE", "selectedColor": "#10AEFF", "borderStyle": "white", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/record.png", "selectedIconPath": "static/tabbar/record_on.png" }, { "pagePath": "pages/my/index", "text": "个人中心", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mine_on.png" } ] }, "usingComponents": {} }