{ "pages": [{ "path": "pages/tasksquare/tasksquare", "style": { "enablePullDownRefresh": true, "onReachBottomDistance": 100, "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/tasksquare/taskdetail", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/worksapce/worksapce", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/mycenter/mycenter", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/personinfo", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/mylocation", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/myaccount", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/mybank", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/addlocation", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/mycenter/bindaccount", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } } ,{ "path" : "pages/tasksquare/bindinfo", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } } ,{ "path" : "pages/test/test", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } } ,{ "path" : "pages/tasksquare/guide", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } } ,{ "path" : "pages/tasksquare/cooperation", "style": { "navigationBarTitleText": "YoungGee", "navigationStyle": "custom", "navigationBarTextStyle": "black" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } }, "tabBar": { "color": "black", "selectedColor": "#FFE040", "backgroundColor": "#ffffff", "list": [{ "text": "任务广场", "pagePath": "pages/tasksquare/tasksquare", "iconPath": "static/img/icon-square1.png", "selectedIconPath": "static/img/icon-square2.png" }, { "text": "工作台", "pagePath": "pages/worksapce/worksapce", "iconPath": "static/img/icon-workspace1.png", "selectedIconPath": "static/img/icon-workspace2.png" }, { "text": "我的", "pagePath": "pages/mycenter/mycenter", "iconPath": "static/img/icon-my1.png", "selectedIconPath": "static/img/icon-my2.png" } ] } }