{ "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^c-(.*)": "@/components/c-$1/index.vue" } }, "pages": [ { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页", "titleNView": false } }, { "path": "pages/user/login/index", "style": { "navigationBarTitleText": "登录", "titleNView": false } }, { "path": "pages/waitHandle/index", "style": { "navigationBarTitleText": "待办", "titleNView": false } }, { "path": "pages/application/index", "style": { "navigationBarTitleText": "应用", "titleNView": false } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/user/retrievePwd/index", "style": { "navigationBarTitleText": "找回密码" } }, { "path": "pages/user/retrievePwd/checkCode", "style": { "navigationBarTitleText": "验证码" } }, { "path": "pages/user/retrievePwd/setNewPwd", "style": { "navigationBarTitleText": "设置新密码" } }, { "path": "pages/com/msgNotification/index", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/my/personalData", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/my/updatePwd", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/my/checkCurrentTel", "style": { "navigationBarTitleText": "修改手机号" } }, { "path": "pages/my/updateTel", "style": { "navigationBarTitleText": "修改手机号" } }, { "path": "pages/attendanceClock/index", "style": { "navigationBarTitleText": "考勤打卡", "navigationStyle": "custom" } }, { "path": "pages/approval/index", "style": { "navigationBarTitleText": "审批申请", "navigationStyle": "custom" } }, { "path": "pages/attendanceClock/statistics/attendStatistics/index", "style": { "navigationBarTitleText": "考勤统计", "navigationStyle": "custom" } }, { "path": "pages/attendanceClock/statistics/monthlyStatistics/index", "style": { "navigationBarTitleText": "月度统计", "navigationStyle": "custom" } }, { "path": "pages/attendanceClock/attendanceRules/index", "style": { "navigationBarTitleText": "考勤规则", "navigationStyle": "custom" } }, { "path": "pages/approval/history/index", "style": { "navigationBarTitleText": "历史记录" } }, { "path": "pages/waitHandle/approvalDetail/index", "style": { "navigationBarTitleText": "审批详情" } } ], "tabBar": { "color": "#7A7E83", "selectedColor": "#436ff6", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/index", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home-select.png", "text": "首页" }, { "pagePath": "pages/waitHandle/index", "iconPath": "static/images/tabbar/wait-handle.png", "selectedIconPath": "static/images/tabbar/wait-handle-select.png", "text": "待办" }, { "pagePath": "pages/application/index", "iconPath": "static/images/tabbar/application.png", "selectedIconPath": "static/images/tabbar/application-select.png", "text": "应用" }, { "pagePath": "pages/my/index", "iconPath": "static/images/tabbar/my.png", "selectedIconPath": "static/images/tabbar/my-select.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }