123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- {
- "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": {}
- }
|