{ "easycom": { "^betone-(.*)": "@/common/betone_components/betone-$1.vue" }, "pages": [{ "path": "pages/home/index", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/my/my", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/my/records", "style": { "navigationBarTitleText": "记录", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "rgba(248,248,248,1)" } }, { "path": "pages/my/feedback", "style": { "navigationBarTitleText": "意见反馈", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "rgba(248,248,248,1)" } }, { "path": "pages/submission/index", "style": { "navigationBarTitleText": "维修报送", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "rgba(248,248,248,1)" } }, { "path": "pages/submission/submissionDetails", "style": { "navigationBarTitleText": "维修报送", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "rgba(248,248,248,1)" } }, { "path": "pages/submission/records", "style" : { "navigationStyle" : "custom", "navigationBarTitleText" : "", "enablePullDownRefresh": true, "h5" : { "titleNView" : false }, "app-plus" : { "titleNView" : false, "scrollIndicator" : "none" } } }, { "path": "pages/submission/recordsdetails", "style": { "navigationBarTitleText": "维修详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "rgba(248,248,248,1)", "app-plus": { "titleNView": { "backButton":{ "color":"#FF0000", "colorPressed":"#660000", "fontSize":"32px" } } } } }, { "path": "pages/order/tasking", "style": { "onReachBottomDistance": 50, "enablePullDownRefresh": true } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/register/index", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/register/registerSuccess", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } } ], "globalStyle": { "navigationStyle": "default", "navigationBarTextStyle": "black", "navigationBarTitleText": "科研医疗建筑运维平台", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#fff" }, "tabBar": { "list": [{ "pagePath": "pages/home/index" }, { "pagePath": "pages/submission/index" }, { "pagePath": "pages/order/tasking" }, { "pagePath": "pages/my/my" } ] } }