{ "leftWindow": { "path": "windows/left-window.vue", "style": { "width": "350px" } }, "topWindow": { "path": "windows/top-window.vue", "style": { "height": "60px" } }, "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/tabBar/home/home", "style": { "navigationBarTitleText": "", "navigationStyle":"custom" } }, { "path": "pages/tabBar/order/order", "style": { "navigationBarTitleText": "订单" } }, { "path": "pages/tabBar/deal/deal", "style": { "navigationBarTitleText": "", "navigationStyle":"custom" } }, { "path": "pages/tabBar/mine/mine", "style": { "navigationBarTitleText": "", "navigationStyle":"custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "navigationStyle":"custom" } }, { "path": "pages/user/exclusiveQrcode", "style": { "navigationBarTitleText": "专属二维码" } }, { "path": "pages/user/withdraw", "style": { "navigationBarTitleText": "计提明细" } }, { "path": "pages/user/bunsStatic", "style": { "navigationBarTitleText": "业务统计" } }, { "path": "pages/post/openorder", "style": { "navigationBarTitleText": "开单" } }, { "path": "pages/post/post", "style": { "navigationBarTitleText": "寄件信息" } }, { "path": "pages/post/detail", "style": { "navigationBarTitleText": "运单详情" } }, { "path": "pages/post/locus", "style": { "navigationBarTitleText": "物流轨迹" } }, { "path": "pages/post/query", "style": { "navigationBarTitleText": "快递查询" } }, { "path": "pages/post/freightCalculate", "style": { "navigationBarTitleText": "报价试算" } }, { "path": "pages/goods/edit", "style": { "navigationBarTitleText": "货物信息" } }, { "path": "pages/address/list", "style": { "navigationBarTitleText": "地址管理" } }, { "path": "pages/address/edit", "style": { "navigationBarTitleText": "地址编辑" } }, { "path": "pages/print/courierNote", "style": { "navigationBarTitleText": "运单打印" } }, { "path": "pages/print/bluetoothPrinter", "style": { "navigationBarTitleText": "打印" } }, { "path": "pages/deliveryDeal/arriveList", "style": { "navigationBarTitleText": "到件清单" } }, { "path": "pages/deliveryDeal/paiList", "style": { "navigationBarTitleText": "派件清单" } }, { "path": "pages/deliveryDeal/sendList", "style": { "navigationBarTitleText": "发件清单" } }, { "path": "pages/deliveryDeal/pickUp", "style": { "navigationBarTitleText": "揽收扫描" } }, { "path": "pages/deliveryDeal/storage", "style": { "navigationBarTitleText": "入库" } }, { "path": "pages/deliveryDeal/shipping", "style": { "navigationBarTitleText": "装柜扫描" } }, { "path": "pages/deliveryDeal/qutgoingScanning", "style": { "navigationBarTitleText": "发件扫描" } }, { "path": "pages/deliveryDeal/distributeOutgoing", "style": { "navigationBarTitleText": "分拨发件" } }, { "path": "pages/deliveryDeal/arriveScanning", "style": { "navigationBarTitleText": "到件扫描" } }, { "path": "pages/deliveryDeal/deliveryScanning", "style": { "navigationBarTitleText": "派件扫描" } }, { "path": "pages/deliveryDeal/arriveDeliveryScanning", "style": { "navigationBarTitleText": "到派扫描" } }, { "path": "pages/deliveryDeal/signedScanning", "style": { "navigationBarTitleText": "签收扫描" } }, { "path": "pages/deliveryDeal/problemsRegisteScanning", "style": { "navigationBarTitleText": "问题件登记" } }, { "path": "pages/deliveryDeal/stayScanning", "style": { "navigationBarTitleText": "留仓扫描" } }, { "path": "pages/deliveryDeal/translateScanning", "style": { "navigationBarTitleText": "转件扫描" } }, { "path": "pages/tms/entruckingScanning", "style": { "navigationBarTitleText": "装车扫描" } }, { "path": "pages/tms/untruckingScanning", "style": { "navigationBarTitleText": "卸车扫描" } }, { "path": "pages/tms/allCartScanning", "style": { "navigationBarTitleText": "整车扫描" } }, { "path": "pages/tms/coPackingScanning", "style": { "navigationBarTitleText": "合包扫描" } }, { "path": "pages/tms/unpackingScanning", "style": { "navigationBarTitleText": "拆包扫描" } }, { "path": "pages/tms/customsDeclarationScanning", "style": { "navigationBarTitleText": "报关扫描" } }, { "path": "pages/tms/customsClearanceScanning", "style": { "navigationBarTitleText": "清关扫描" } }, { "path": "pages/warehousing/detail", "style": { "navigationBarTitleText": "进仓单详情" } }, { "path": "pages/warehousing/pdfPreview", "style": { "navigationBarTitleText": "进仓单预览" } } ], "subPackages": [{ "root": "pages/API", "pages": [{ "path": "login/login", "style": { "navigationBarTitleText": "授权登录" } }, { "path": "get-user-info/get-user-info", "style": { "navigationBarTitleText": "获取用户信息" } }, { "path": "request-payment/request-payment", "style": { "navigationBarTitleText": "发起支付" } } ] }], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "探路物流", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "mp-360": { "navigationStyle": "custom" }, "app-plus":{ "bounce":"none" }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F1F1F1" } }, "tabBar": { "color": "#011111", "selectedColor": "#B12D29", "borderStyle": "black", "backgroundColor": "#fff", "fontSize": "15px", "iconWidth": "27px", "list": [{ "pagePath": "pages/tabBar/home/home", "iconPath": "static/shouy.png", "selectedIconPath": "static/shouySLT.png", "text": "首页" }, { "pagePath": "pages/tabBar/order/order", "iconPath": "static/dingdan.png", "selectedIconPath": "static/dingdanSLT.png", "text": "订单" }, { "pagePath": "pages/tabBar/deal/deal", "iconPath": "static/caozuo.png", "selectedIconPath": "static/caozuoSLT.png", "text": "操作" }, { "pagePath": "pages/tabBar/mine/mine", "iconPath": "static/wode.png", "selectedIconPath": "static/wodeSLT.png", "text": "我的" } ] } }