{ "pages": [ "pages/home/home", "pages/Postage/Postage", "pages/me/me", "pages/new/new", "pages/information/information", "pages/my/my", "pages/change/change" ], "tabBar": { "color": "#969696", "selectedColor": "#0C6E4D ", "backgroundColor": "#FFFFFF", "position": "bottom", "borderStyle": "black", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "images/首页未选择.png", "selectedIconPath": "images/首页已选择.png" }, { "pagePath": "pages/Postage/Postage", "text": "邮票", "iconPath": "images/邮品未选择.png", "selectedIconPath": "images/邮票已选择.png" }, { "pagePath": "pages/me/me", "text": "我的", "iconPath": "images/我未选择.png", "selectedIconPath": "images/我的已选择.png" } ] }, "window": { "backgroundColor": "#F6F6F6", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#F6F6F6", "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "style": "v2" }