{ "pages": [ "pages/index/index", "pages/my/my", "pages/postList/postList", "pages/webview/webview", "pages/newDetail/newDetail", "pages/selectTags/selectTags", "pages/tagDetail/tagDetail", "pages/poster/poster", "pages/login/login", "pages/loginMobile/loginMobile", "pages/areaCode/areaCode", "pages/message/message", "pages/pulishPost/pulishPost", "pages/history/history", "pages/myAttention/myAttention", "pages/editInfo/editInfo", "pages/myfans/myfans", "pages/personal/personal" ], "window": { "navigationStyle": "custom", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "", "navigationBarTextStyle": "black" }, "usingComponents": { "nav-bar": "/components/navBar/navBar" }, "tabBar": { "color": "#333333", "selectedColor": "#333333", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/images/tabbar/tab_index_normal.png", "selectedIconPath": "/images/tabbar/tab_index_active.png" }, { "pagePath": "pages/postList/postList", "text": "圈子", "iconPath": "/images/tabbar/tab_circle_normal.png", "selectedIconPath": "/images/tabbar/tab_circle_active.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "/images/tabbar/tab_my_normal.png", "selectedIconPath": "/images/tabbar/tab_my_active.png" } ], "position": "bottom" }, "style": "v2", "sitemapLocation": "sitemap.json" }