{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登 录"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "主 页"
|
}
|
},
|
{
|
"path": "pages/mat/matSelected",
|
"style": {
|
"navigationBarTitleText": "物料"
|
}
|
},
|
{
|
"path": "pages/mat/matQuery",
|
"style": {
|
"navigationBarTitleText": "物料"
|
}
|
},
|
{
|
"path": "pages/pakin/pakin",
|
"style": {
|
"navigationBarTitleText": "组 托"
|
}
|
},
|
{
|
"path": "pages/AGV/AGVPakin",
|
"style": {
|
"navigationBarTitleText": "AGV组托"
|
}
|
},
|
{
|
"path": "pages/AGV/AGVPakinBing",
|
"style": {
|
"navigationBarTitleText": "AGV上架绑定"
|
}
|
},
|
{
|
"path": "pages/AGV/AGVPakinOn",
|
"style": {
|
"navigationBarTitleText": "AGV上架组托"
|
}
|
},
|
{
|
"path": "pages/AGV/AGVStart",
|
"style": {
|
"navigationBarTitleText": "AGV启动入库"
|
}
|
},
|
{
|
"path": "pages/order/orderPakin",
|
"style": {
|
"navigationBarTitleText": "订单入库"
|
}
|
},
|
{
|
"path": "pages/order/orderPutOn",
|
"style": {
|
"navigationBarTitleText": "订单上架"
|
}
|
},
|
{
|
"path": "pages/order/orderPutDown",
|
"style": {
|
"navigationBarTitleText": "订单下架"
|
}
|
},
|
{
|
"path": "pages/stock/stockQuery",
|
"style": {
|
"navigationBarTitleText": "库存查询"
|
}
|
},
|
{
|
"path": "pages/stock/stockCheck",
|
"style": {
|
"navigationBarTitleText": "盘点"
|
}
|
},
|
{
|
"path": "pages/print/printUNI",
|
"style": {
|
"navigationBarTitleText": "UNI打印"
|
}
|
},
|
{
|
"path": "pages/print/print",
|
"style": {
|
"navigationBarTitleText": "打印"
|
}
|
},
|
{
|
"path": "pages/stock/restock",
|
"style": {
|
"navigationBarTitleText": "补货"
|
}
|
},
|
{
|
"path": "pages/pakin/piking",
|
"style": {
|
"navigationBarTitleText": "盘点/拣料转全板"
|
}
|
},
|
{
|
"path": "pages/pakin/putOn",
|
"style": {
|
"navigationBarTitleText": "组托上架"
|
}
|
},
|
{
|
"path": "pages/stock/changePallet",
|
"style": {
|
"navigationBarTitleText": "换板绑定"
|
}
|
},
|
|
{
|
"path": "pages/print/qr",
|
"style": {
|
"navigationBarTitleText": "二维码"
|
}
|
},
|
|
{
|
"path": "pages/mat/matList",
|
"style": {
|
"navigationBarTitleText": "商品列表"
|
}
|
},
|
{
|
"path": "pages/pakin/pickAgain",
|
"style": {
|
"navigationBarTitleText": "再次拣料"
|
}
|
},
|
{
|
"path": "pages/login/logOut",
|
"style": {
|
"navigationBarTitleText": "退出登录"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {}
|
}
|