{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^s-(.*)": "@/uni_modules/s-ui/components/s-$1/s-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "绩效管理系统" } } ,{ "path" : "pages/login/login", "style" : { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "app-plus": { "bounce": "none", "scrollIndicator": "none" }, "disableScroll": true } } ,{ "path" : "pages/department/department", "style" : { "navigationBarTitleText": "部门考核项", "enablePullDownRefresh": false, "disableScroll": false, // 删除此项, 否则页面无法滚动 "app-plus" : { "bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle') }, "mp-alipay":{"allowsBounceVertical":"NO"} } } ,{ "path" : "pages/task/task", "style" : { "navigationBarTitleText": "任务", "enablePullDownRefresh": false, "disableScroll": false, // 删除此项, 否则页面无法滚动 "app-plus" : { "bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle') }, "mp-alipay":{"allowsBounceVertical":"NO"} } } ,{ "path" : "pages/department/mentduty", "style" : { "navigationBarTitleText": "定性考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/department/rationment", "style" : { "navigationBarTitleText": "定量考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/department/bonuspoints", "style" : { "navigationBarTitleText": "加分", "enablePullDownRefresh": false } } ,{ "path" : "pages/department/scorededuction", "style" : { "navigationBarTitleText": "减分", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/user", "style" : { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/myrecords", "style" : { "navigationBarTitleText": "被考核记录", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/lookmydingxin", "style" : { "navigationBarTitleText": "考核记录", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/lookmydingliang", "style" : { "navigationBarTitleText": "考核记录", "enablePullDownRefresh": false } } ,{ "path" : "pages/jobposition/jobposition", "style" : { "navigationBarTitleText": "岗位考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/jobposition/postnature", "style" : { "navigationBarTitleText": "岗位定性考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/jobposition/rewardpage", "style" : { "navigationBarTitleText": "奖励", "enablePullDownRefresh": false } } ,{ "path" : "pages/jobposition/deductscore", "style" : { "navigationBarTitleText": "扣除", "enablePullDownRefresh": false } } ,{ "path" : "pages/jobposition/rationment", "style" : { "navigationBarTitleText": "岗位定量考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/approval", "style" : { "navigationBarTitleText": "审批", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/dingxin", "style" : { "navigationBarTitleText": "定性考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/dingliang", "style" : { "navigationBarTitleText": "定量考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/editpwd", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/postdingxin", "style" : { "navigationBarTitleText": "定性考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/postdingliang", "style" : { "navigationBarTitleText": "定量考核", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/corraction", "style" : { "navigationBarTitleText": "整改措施", "enablePullDownRefresh": false } } ,{ "path" : "pages/approval/corrapost", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "绩效管理系统", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#999999", "selectedColor": "#343434", "borderStyle": "white", // "backgroundColor": "#F7F7F7", "backgroundColor": "#E0E0E0", "fontSize": "14px", "iconWidth": "24px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/index.png", "selectedIconPath": "static/images/indexSele.png", "text": "首页" }, { "pagePath": "pages/department/department", "iconPath": "static/images/task.png", "selectedIconPath": "static/images/taskSele.png", "text": "部门" }, { "pagePath": "pages/jobposition/jobposition", "iconPath": "static/images/gangwei.png", "selectedIconPath": "static/images/gangwei1.png", "text": "岗位" }, { "pagePath": "pages/approval/approval", "iconPath": "static/images/approval.png", "selectedIconPath": "static/images/approvalSele.png", "text": "审批" }, { "pagePath": "pages/user/user", "iconPath": "static/images/personal.png", "selectedIconPath": "static/images/personalSele.png", "text": "个人中心" }] } }