{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "pullRefresh": true } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "pullRefresh": false, "usingComponents": {} } }, { "path": "pages/grid/grid", "style": { "usingComponents": {} } }, { "path": "pages/authLogin/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "usingComponents": {} } }, { "path": "pages/more/more", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "usingComponents": {} } }, { "path": "pages/question/question", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "pullRefresh": true, "usingComponents": { "top-tabs": "/components/top-tabs/top-tabs", "list": "/components/list/list" } } }, { "path": "pages/questionDetail/questionDetail", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "usingComponents": {} } } ], "globalStyle": {}, "subPackages": [] }