| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workbench/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workspace/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/item/index",
- "style": {
- "navigationBarTitleText": "物料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/item/detail",
- "style": {
- "navigationBarTitleText": "物料详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/workbench/list/index",
- "style": {
- "navigationBarTitleText": "列表",
- "navigationBarBackgroundColor": "#D5E9FE",
- "enablePullDownRefresh": false
- }
- },
- {
- "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/order/detail/index",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/push/index",
- "style": {
- "navigationBarTitleText": "通知",
- "navigationBarBackgroundColor": "#D5E9FE"
- }
- },
- {
- "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/profile/password/index",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "#custom"
- }
- },
- {
- "path": "pages/task/index",
- "style": {
- "navigationBarTitleText": "任务",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/device-list",
- "style": {
- "navigationBarTitleText": "设备清单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/device-check",
- "style": {
- "navigationBarTitleText": "设备检查",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/area-list",
- "style": {
- "navigationBarTitleText": "任务区域",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/area-patrol",
- "style": {
- "navigationBarTitleText": "区域巡查",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/index",
- "style": {
- "navigationBarTitleText": "物料申请列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/applyNew",
- "style": {
- "navigationBarTitleText": "物料申请",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/out/index",
- "style": {
- "navigationBarTitleText": "出库单列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/applyInfo",
- "style": {
- "navigationBarTitleText": "申请单信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/out/detail",
- "style": {
- "navigationBarTitleText": "出库单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/webview/webview",
- "style": {
- "navigationBarTitleText": "网页",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app x",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|