{ "pages":[ "pages/login/login", "pages/index/index", "pages/submit/submit", "pages/notify/notify", "pages/searchShow/searchShow", "pages/change/change", "pages/answer/answer" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#0068C4", "navigationBarTitleText": "论坛", "navigationBarTextStyle":"white", "enablePullDownRefresh":true }, "tabBar": { "color": "#626567", "selectedColor": "#2A8CE5", "backgroundColor": "#FBFBFB", "borderStyle": "white", "list": [{ "pagePath": "pages/index/index", "text": "", "iconPath": "images/index.png", "selectedIconPath": "images/index_focus.png" },{ "pagePath": "pages/notify/notify", "text": "", "iconPath": "images/ring.png", "selectedIconPath": "images/ring_focus.png" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "debug": true, "style": "v2", "sitemapLocation": "sitemap.json" }