{
|
"easycom": {
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "我的"
|
}
|
},
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
},
|
|
{
|
"path": "pages/stash/index",
|
"style": {
|
"navigationBarTitleText": "功能",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/inboundorder",
|
"style": {
|
"navigationBarTitleText": "组盘",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/raworderboxing",
|
"style": {
|
"navigationBarTitleText": "组盘入库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/outboundorder",
|
"style": {
|
"navigationBarTitleText": "出库单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/outraworderboxing",
|
"style": {
|
"navigationBarTitleText": "平库出库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/boxing",
|
"style": {
|
"navigationBarTitleText": "WMS入库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/InspectIn",
|
"style": {
|
"navigationBarTitleText": "送检入库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/AGVFinish",
|
"style": {
|
"navigationBarTitleText": "AGV完成",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/AGVTasks",
|
"style": {
|
"navigationBarTitleText": "AGV搬运任务",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/InEmpty",
|
"style": {
|
"navigationBarTitleText": "空箱入库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/OutEmpty",
|
"style": {
|
"navigationBarTitleText": "空箱出库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/pickingMat",
|
"style": {
|
"navigationBarTitleText": "拣选",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/TakeStock",
|
"style": {
|
"navigationBarTitleText": "盘点",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/QueryData",
|
"style": {
|
"navigationBarTitleText": "查询",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/receiveorder",
|
"style": {
|
"navigationBarTitleText": "收货",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/receiveorderoutbound",
|
"style": {
|
"navigationBarTitleText": "收货单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/OutProOrder",
|
"style": {
|
"navigationBarTitleText": "出货",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/ProOutOrderView",
|
"style": {
|
"navigationBarTitleText": "成品出货",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/ProEmptyBack",
|
"style": {
|
"navigationBarTitleText": "空框回库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stash/ProBack",
|
"style": {
|
"navigationBarTitleText": "余料退库",
|
"enablePullDownRefresh": false
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uView",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#909399",
|
"selectedColor": "#303133",
|
"borderStyle": "black",
|
"backgroundColor": "#ffffff",
|
"list": [{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/index.png",
|
"selectedIconPath": "static/index-selected.png",
|
"text": "首页"
|
}, {
|
"pagePath": "pages/home/home",
|
"iconPath": "static/center.png",
|
"selectedIconPath": "static/center-selected.png",
|
"text": "我"
|
}]
|
}
|
}
|