{ "pages":[ "pages/register/register", "pages/detail/detail", "pages/index/index", "pages/logs/logs", "pages/test/test" ], "entryPagePath":"pages/register/register", "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#00f", "navigationBarTitleText": "Hello!!!", "navigationBarTextStyle":"black", "backgroundColor": "#f00" }, "networkTimeout": { "request": 3000 }, "tabBar": { "borderStyle": "white", "position": "bottom", "color": "#bfbfbf", "selectedColor": "#1c1b21", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/logs/logs", "text": "日志" }, { "pagePath": "pages/detail/detail", "text": "详情" }, { "pagePath": "pages/register/register", "text": "注册" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" }