{ "pages": [ { "path": "pages/index/index" }, { "path": "pages/WorkingHours/index" }, { "path": "pages/login/login", "style": { "navigationBarBackgroundColor": "#7399DB" } }, { "path": "pages/WorkingHours/add" }, { "path": "pages/WorkingHours/audit" }, { "path": "pages/Project/list", "style": { "enablePullDownRefresh": true, "pullToRefresh": { "color": "#2979ff", "offset": "60px" } } }, { "path": "pages/daily/daily", "style": { "enablePullDownRefresh": true, "pullToRefresh": { "color": "#2979ff", "offset": "60px" } } }, { "path": "pages/daily/form" }, { "path": "pages/daily/projectDaily" }, { "path": "pages/Project/add" }, { "path": "pages/Project/detail" }, { "path": "pages/Project/member" } ], "globalStyle": { "app-plus": { "titleNView": false } } }