货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

241 lines
5.7 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "工作台",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/taskList/taskList",
"style": {
"navigationBarTitleText": "任务",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/reportForms/reportForms",
"style": {
"navigationBarTitleText": "报表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "pagesHome",
"pages": [{
"path": "pages/pickingScan/pickingScan",
"style": {
"navigationBarTitleText": "拣货扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/SelfPickupScan/SelfPickupScan",
"style": {
"navigationBarTitleText": "自提扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/LoadingScan/LoadingScan",
"style": {
"navigationBarTitleText": "装车扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/StockUplist/StockUplist",
"style": {
"navigationBarTitleText": "备货列表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/StockUplistScandetails/StockUplistScandetails",
"style": {
"navigationBarTitleText": "备货列表扫码",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/DownScan/DownScan",
"style": {
"navigationBarTitleText": "下架扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/signinScan/signinScan",
"style": {
"navigationBarTitleText": "签收扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/SelfPScanList/SelfPScanList",
"style": {
"navigationBarTitleText": "自提订单扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/SelfPickupDetails/SelfPickupDetails",
"style": {
"navigationBarTitleText": "自提明细扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/LoadingDetails/LoadingDetails",
"style": {
"navigationBarTitleText": "配车明细扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/CustomerOrdersDetails/CustomerOrdersDetails",
"style": {
"navigationBarTitleText": "客户订单扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/DeliveryCustomerScan/DeliveryCustomerScan",
"style": {
"navigationBarTitleText": "配送客户扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/CustomerSign/CustomerSign",
"style": {
"navigationBarTitleText": "客户签收",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/signOrderScan/signOrderScan",
"style": {
"navigationBarTitleText": "签收订单扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/SignDetailScan/SignDetailScan",
"style": {
"navigationBarTitleText": "签收明细扫描",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/setbarcode/setbarcode",
"style": {
"navigationBarTitleText": "配置包条码",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/OfflineUpload/OfflineUpload",
"style": {
"navigationBarTitleText": "离线上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
}],
"tabBar": {
"color": "#999999",
"selectedColor": "#df8926",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/TabberIcon/icon1.png",
"selectedIconPath": "/static/TabberIcon/icon1check.png",
"text": "工作台"
},
{
"pagePath": "pages/taskList/taskList",
"iconPath": "/static/TabberIcon/icon2.png",
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
{
"pagePath": "pages/reportForms/reportForms",
"iconPath": "/static/TabberIcon/icon3.png",
"selectedIconPath": "/static/TabberIcon/icon3check.png",
"text": "报表"
},
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",
"selectedIconPath": "/static/TabberIcon/icon5check.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}