| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workbench/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workbench/list/index",
- "style": {
- "navigationBarTitleText": "列表",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/detail/index",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/workbench/form/index",
- "style": {
- "navigationBarTitleText": "表单",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/workbench/map/index",
- "style": {
- "navigationBarTitleText": "地图",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/profile/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/score/index",
- "style": {
- "navigationBarTitleText": "工分",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/score/detail/index",
- "style": {
- "navigationBarTitleText": "工分详情",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/worktime/index",
- "style": {
- "navigationBarTitleText": "工时",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/worktime/detail/index",
- "style": {
- "navigationBarTitleText": "工时详情",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/push/index",
- "style": {
- "navigationBarTitleText": "通知",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "pages/order/detail/acceptIndex",
- "style": {
- "navigationBarTitleText": "接单",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/order/detail/suspendIndex",
- "style": {
- "navigationBarTitleText": "挂起",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/order/detail/approveIndex",
- "style": {
- "navigationBarTitleText": "审批",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/order/detail/resumeIndex",
- "style": {
- "navigationBarTitleText": "恢复",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/order/overdue",
- "style": {
- "navigationBarTitleText": "超时工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/almostOverdue",
- "style": {
- "navigationBarTitleText": "即将超时工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/pendingOrder",
- "style": {
- "navigationBarTitleText": "待处理工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/score/pending",
- "style": {
- "navigationBarTitleText": "待评分工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/order/detail/returnIndex",
- "style": {
- "navigationBarTitleText": "退回",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/order/detail/resetIndex",
- "style": {
- "navigationBarTitleText": "复启",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/profile/password/index",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/splash/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "backgroundColor": "#ffffff"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app x",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|