{ "pages": [ { "path": "pages/index", "style": { "navigationBarTitleText": "首页" } },{ "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/login/code", "style": { "navigationBarTitleText": "验证码" } },{ "path": "pages/goodSource/index", "style": { "navigationBarTitleText": "货源", "enablePullDownRefresh": true } },{ "path": "pages/goodSource/add", "style": { "navigationBarTitleText": "创建货源" } },{ "path": "pages/order/index", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } },{ "path": "pages/order/detail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } },{ "path": "pages/order/filter", "style": { "navigationBarTitleText": "筛选器" } },{ "path": "pages/order/add", "style": { "navigationBarTitleText": "创建订单" } },{ "path": "pages/order/start-car", "style": { "navigationBarTitleText": "确认发车" } },{ "path": "pages/order/arrival-car", "style": { "navigationBarTitleText": "确认到达" } }, { "path": "pages/order/change-fee", "style": { "navigationBarTitleText": "更改运费" } }, { "path": "pages/order/again-assign", "style": { "navigationBarTitleText": "重新指派" } }, { "path": "pages/order/upload-receipt", "style": { "navigationBarTitleText": "上传回单" } }, { "path": "pages/order/change-goods", "style": { "navigationBarTitleText": "货物信息" } }, { "path": "pages/order/risk-abnormal", "style": { "navigationBarTitleText": "风控异常" } }, { "path": "pages/order/risk-appeal", "style": { "navigationBarTitleText": "异常申诉" } }, { "path": "pages/order/select-remark", "style": { "navigationBarTitleText": "填写备注" } }, { "path": "pages/settlement/index", "style": { "navigationBarTitleText": "支付申请", "enablePullDownRefresh": true } }, { "path": "pages/settlement/filter", "style": { "navigationBarTitleText": "筛选器" } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "我的" } } ], "subPackages": [ { "root":"pages/common", "pages":[ { "path": "select-contact", "style": { "navigationBarTitleText": "选择联系人" } }, { "path": "select-address", "style": { "navigationBarTitleText": "选择地址" } }, { "path": "webview" } ] }, { "root":"pages/global", "pages": [ { "path": "search-payee", "style": { "navigationBarTitleText": "代收人" } }, { "path": "search-dict", "style": { "navigationBarTitleText": "数据字典" } }, { "path": "search-common", "style": { "navigationBarTitleText": "区域" } }, { "path": "search-org", "style": { "navigationBarTitleText": "选择区域" } }, { "path": "search-staff", "style": { "navigationBarTitleText": "选择人员" } }, { "path": "search-customer", "style": { "navigationBarTitleText": "客户" } }, { "path": "search-line", "style": { "navigationBarTitleText": "线路" } }, { "path": "search-city", "style": { "navigationBarTitleText": "查询城市" } }, { "path": "search-address", "style": { "navigationBarTitleText": "选择地址" } }, { "path": "search-driver", "style": { "navigationBarTitleText": "选择司机" } } ] } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "则一飞牛货主", "navigationBarBackgroundColor": "#1E7B6B", "backgroundColor": "#1E7B6B" }, "condition": { "current": 0, "list": [ { "name": "首页", "path": "/pages/index" }, { "name": "登录", "path": "/pages/login/login" } ] }, "tabBar": { "color": "#8c8c8c", "fontSize": "100upx", "selectedColor": "#1E7B6B", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/goodSource/index", "iconPath": "static/tabbar/good.png", "selectedIconPath": "static/tabbar/good-active.png", "text": "货源" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/order.png", "selectedIconPath": "static/tabbar/order-active.png", "text": "订单" }, { "pagePath": "pages/settlement/index", "iconPath": "static/tabbar/settlement.png", "selectedIconPath": "static/tabbar/settlement-active.png", "text": "结算" },{ "pagePath": "pages/me/index", "iconPath": "static/tabbar/me.png", "selectedIconPath": "static/tabbar/me-active.png", "text": "我的" } ] }, "easycom": { "autoscan": false, "custom": { "^Page": "@/components/page.vue", "^List": "@/components/list.vue", "^Empty": "@/components/empty.vue", "^PullRefresh": "@/components/pull-refresh.vue", "^Waypoints": "@/components/waypoints.vue", "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue", "^action-(.*)": "@/components/action/action-$1.vue", "^card-(.*)": "@/components/card/card-$1.vue", "^keyboard-(.*)": "@/components/keyboard/keyboard-$1.vue", "^chart-(.*)": "@/components/chart/chart-$1.vue", "^form-(.*)": "@/components/form/form-$1.vue", "^popup-(.*)": "@/components/popup/popup-$1.vue", "^picker-(.*)": "@/components/picker/picker-$1.vue", "^render-(.*)": "@/components/render/render-$1.vue", "^select-(.*)": "@/components/select/select-$1.vue", "^upload-(.*)": "@/components/upload/upload-$1.vue", "^viewer-(.*)": "@/components/viewer/viewer-$1.vue", "custom-nav": "@/components/custom-nav/index.vue", "^zui-(.*)": "@/components/zui/$1/index.vue", "^tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue", "^search-bar": "@/components/business/search-bar.vue", "^search-tabs": "@/components/business/search-tabs.vue", "^z-(.*)": "@/components/zee/z-$1.vue", "^view-item": "@/components/business/view-item", "^count-down": "@/components/business/count-down", "^modal-input-line": "@/components/business/modal-input-line", "^view-image": "@/components/viewer/view-image", "^input-(.*)": "@/components/business/input/input-$1.vue", "^f2": "@/components/f2/f2.vue", "^l-(.*)": "@/uni_modules/lime-painter/components/l-$1/l-$1.vue" } } }