{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } } , { "path": "pages/index/student", "style": { "navigationBarTitleText": "" } } ,{ "path" : "components/part", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "components/student_write", "style": { "navigationBarTitleText": "" } } ,{ "path" : "pages/index/voluteer", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } } }