{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/startup/startup", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } },{ "path": "pages/confirmCompletion/confirmCompletion", "style": { "navigationBarTitleText": "当前工单", "enablePullDownRefresh": false } }, { "path": "pages/MyBenefits/MyBenefits", "style": { "navigationBarTitleText": "我的收益", "onReachBottomDistance": 50, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/Modifyinformation/Modifyinformation", "style": { "navigationBarTitleText": "修改信息", "enablePullDownRefresh": false // "navigationBarTextStyle": "white" } }, { "path": "pages/personal/personal", "style": { "navigationBarTitleText": "个人信息", "navigationStyle": "custom" } }, { "path": "pages/Mymission/Mymission", "style": { "navigationBarTitleText": "我的工单", "onReachBottomDistance": 20, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/taskDetails/taskDetails", "style": { "navigationBarTitleText": "工单信息", "enablePullDownRefresh": false } }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/taskReturn/taskReturn", "style": { "navigationBarTitleText": "退回原因", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/signature/signature", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/template/template", "style": { "navigationBarTitleText": "模板消息订阅", "enablePullDownRefresh": false } }, { "path": "pages/RevenueDetails/RevenueDetails", "style": { "navigationBarTitleText": "收益信息", "enablePullDownRefresh": false } }, { "path": "pages/study/study", "style": { "navigationBarTitleText": "我的学习", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#4271B9", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#435950", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/homepage/homepage", "iconPath": "static/homepagew.png", "selectedIconPath": "static/homepagews.png", "text": "首页" }, { "pagePath": "pages/personal/personal", "iconPath": "static/userw.png", "selectedIconPath": "static/users.png", "text": "我的" } ] } }